Skip to content

Commit 3422eb7

Browse files
Update actions/checkout action to v7 (#301)
1 parent 6e9414b commit 3422eb7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
packages: write
1919

2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424
- uses: docker/login-action@v4

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- uses: actions/setup-go@v6
1818
with:
1919
go-version: 1.26.4

0 commit comments

Comments
 (0)