|
44 | 44 |
|
45 | 45 | steps: |
46 | 46 | - name: Checkout repository |
47 | | - uses: actions/checkout@v4 |
| 47 | + uses: actions/checkout@v5 |
48 | 48 |
|
49 | 49 | - name: Import environment variables from file |
50 | 50 | run: cat ".github/env" >> $GITHUB_ENV |
@@ -159,7 +159,7 @@ jobs: |
159 | 159 |
|
160 | 160 | steps: |
161 | 161 | - name: Checkout repository |
162 | | - uses: actions/checkout@v4 |
| 162 | + uses: actions/checkout@v5 |
163 | 163 |
|
164 | 164 | # Install the cosign tool except on PR |
165 | 165 | # https://github.com/sigstore/cosign-installer |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | # with sigstore/fulcio when running outside of PRs. |
216 | 216 | id-token: write |
217 | 217 | steps: |
218 | | - - uses: actions/checkout@v4 |
| 218 | + - uses: actions/checkout@v5 |
219 | 219 | - name: Import environment variables from file |
220 | 220 | run: cat ".github/env" >> $GITHUB_ENV |
221 | 221 | - name: Install Go |
@@ -306,7 +306,7 @@ jobs: |
306 | 306 | k8s-version: [v1.28.9, v1.29.4, v1.30.0] |
307 | 307 |
|
308 | 308 | steps: |
309 | | - - uses: actions/checkout@v4 |
| 309 | + - uses: actions/checkout@v5 |
310 | 310 | with: |
311 | 311 | fetch-depth: 0 # fetch is needed for "git tag --list" in the Makefile |
312 | 312 | - name: Import environment variables from file |
@@ -415,7 +415,7 @@ jobs: |
415 | 415 |
|
416 | 416 | # steps: |
417 | 417 | # - name: Checkout |
418 | | - # uses: actions/checkout@v4 |
| 418 | + # uses: actions/checkout@v5 |
419 | 419 | # with: |
420 | 420 | # fetch-depth: 0 |
421 | 421 |
|
@@ -509,7 +509,7 @@ jobs: |
509 | 509 |
|
510 | 510 | steps: |
511 | 511 | - name: Checkout |
512 | | - uses: actions/checkout@v4 |
| 512 | + uses: actions/checkout@v5 |
513 | 513 | with: |
514 | 514 | fetch-depth: 0 |
515 | 515 |
|
|
0 commit comments