Skip to content

Commit c0c6521

Browse files
committed
Update github action modules
/cherry-pick Signed-off-by: 1gtm <[email protected]>
1 parent 9a911af commit c0c6521

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Set up Go 1.23
17-
uses: actions/setup-go@v1
17+
uses: actions/setup-go@v5
1818
with:
1919
go-version: '1.23'
2020
id: go
2121

22-
- uses: actions/checkout@v1
22+
- uses: actions/checkout@v4
2323

2424
- name: Prepare Host
2525
run: |
@@ -46,7 +46,7 @@ jobs:
4646
matrix:
4747
k8s: [v1.20.15, v1.21.14, v1.22.15, v1.23.13, v1.24.7, v1.25.3, v1.26.0]
4848
steps:
49-
- uses: actions/checkout@v1
49+
- uses: actions/checkout@v4
5050

5151
- name: Create Kubernetes ${{ matrix.k8s }} cluster
5252
id: kind

.github/workflows/release-tracker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010

1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
1313

1414
- name: Prepare git
1515
env:

0 commit comments

Comments
 (0)