Skip to content

Commit

Permalink
Update github action modules (#1376)
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Dec 29, 2024
1 parent bb87939 commit 2078165
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: '1.23'
id: go

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

- name: Run checks
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
matrix:
k8s: [v1.26.15, v1.27.16, v1.28.9, v1.29.7, v1.30.3, v1.31.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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-24.04

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

- name: Prepare git
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-crds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: '1.23'
id: go

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

- name: Install GitHub CLI
run: |
Expand Down

0 comments on commit 2078165

Please sign in to comment.