Skip to content

Commit f2f7fc7

Browse files
chore(deps): update all-ci-updates
1 parent afc390d commit f2f7fc7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/actions/setup-caches/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ inputs:
99
runs:
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

.github/workflows/check-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
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:

.github/workflows/e2e.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ concurrency:
2323
jobs:
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

.github/workflows/helm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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"
@@ -36,7 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)