File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ inputs:
99runs :
1010 using : composite
1111 steps :
12- - uses : actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3.4 .0
12+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
1313 with :
1414 path : ~/go/pkg/mod
1515 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
1717 if : ${{ inputs.build-cache-key }}
1818 with :
1919 path : ~/.cache/go-build
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212
1313jobs :
1414 commit_lint :
15- runs-on : ubuntu-20 .04
15+ runs-on : ubuntu-24 .04
1616 steps :
1717 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818 with :
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ concurrency:
2323jobs :
2424 kind :
2525 name : Kubernetes
26- runs-on : ubuntu-20 .04
26+ runs-on : ubuntu-24 .04
2727 steps :
2828 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929 with :
3030 fetch-depth : 0
3131 - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3232 with :
3333 go-version-file : ' go.mod'
34- - uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
34+ - uses : azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4
3535 with :
3636 version : v3.14.2
3737 - name : e2e testing
Original file line number Diff line number Diff line change 1313 publish-helm :
1414 # Skip this Release on forks
1515 if : github.repository_owner == 'projectcapsule'
16- runs-on : ubuntu-20 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919 - name : " Extract Version"
3636 branch : gh-pages
3737 commit_username : ${{ github.actor }}
3838 publish-helm-oci :
39- runs-on : ubuntu-20 .04
39+ runs-on : ubuntu-24 .04
4040 permissions :
4141 contents : write
4242 id-token : write
You can’t perform that action at this time.
0 commit comments