File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ inputs:
9
9
runs :
10
10
using : composite
11
11
steps :
12
- - uses : actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3.4 .0
12
+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
13
13
with :
14
14
path : ~/go/pkg/mod
15
15
key : ${{ runner.os }}-go-pkg-mod-${{ hashFiles('**/go.sum') }}-${{ hashFiles('Makefile') }}
16
- - uses : actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3.4 .0
16
+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
17
17
if : ${{ inputs.build-cache-key }}
18
18
with :
19
19
path : ~/.cache/go-build
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
12
12
13
13
jobs :
14
14
commit_lint :
15
- runs-on : ubuntu-20 .04
15
+ runs-on : ubuntu-24 .04
16
16
steps :
17
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
with :
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ concurrency:
23
23
jobs :
24
24
kind :
25
25
name : Kubernetes
26
- runs-on : ubuntu-20 .04
26
+ runs-on : ubuntu-24 .04
27
27
steps :
28
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
with :
30
30
fetch-depth : 0
31
31
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
32
32
with :
33
33
go-version-file : ' go.mod'
34
- - uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
34
+ - uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4
35
35
with :
36
36
version : v3.14.2
37
37
- name : e2e testing
Original file line number Diff line number Diff line change 13
13
publish-helm :
14
14
# Skip this Release on forks
15
15
if : github.repository_owner == 'projectcapsule'
16
- runs-on : ubuntu-20 .04
16
+ runs-on : ubuntu-24 .04
17
17
steps :
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
- name : " Extract Version"
36
36
branch : gh-pages
37
37
commit_username : ${{ github.actor }}
38
38
publish-helm-oci :
39
- runs-on : ubuntu-20 .04
39
+ runs-on : ubuntu-24 .04
40
40
permissions :
41
41
contents : write
42
42
id-token : write
You can’t perform that action at this time.
0 commit comments