Skip to content

Commit 6f98aea

Browse files
Merge pull request #2506 from containers/renovate/actions-checkout-5.x
[skip-ci] Update actions/checkout action to v5
2 parents b6f9a44 + a831bd1 commit 6f98aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
codespell:
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: install deps
2222
# Version of codespell bundled with Ubuntu is way old, so use pip.
2323
run: pip install --break-system-packages codespell==v2.3.0
@@ -26,7 +26,7 @@ jobs:
2626
lint:
2727
runs-on: ubuntu-24.04
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 2
3232
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)