Skip to content

Commit f43d54c

Browse files
authored
Merge pull request #543 from rootless-containers/dependabot/github_actions/actions/checkout-6
Build(deps): Bump actions/checkout from 5 to 6
2 parents 6002e8e + 8b0d41e commit f43d54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
runs-on: ubuntu-24.04
288288
steps:
289289
- name: "Check out"
290-
uses: actions/checkout@v5
290+
uses: actions/checkout@v6
291291
- name: "Set up Go"
292292
uses: actions/setup-go@v5
293293
with:

0 commit comments

Comments
 (0)