Skip to content

Commit

Permalink
Update github action modules (#89)
Browse files Browse the repository at this point in the history
/cherry-pick

Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Dec 28, 2024
1 parent 9a911af commit bfc7832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Set up Go 1.23
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: '1.23'
id: go

- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Prepare Host
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
matrix:
k8s: [v1.20.15, v1.21.14, v1.22.15, v1.23.13, v1.24.7, v1.25.3, v1.26.0]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Create Kubernetes ${{ matrix.k8s }} cluster
id: kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Prepare git
env:
Expand Down

0 comments on commit bfc7832

Please sign in to comment.