Skip to content

Commit 7a41dac

Browse files
authored
Merge pull request #74 from AkihiroSuda/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 8619ec3 + ef7dcbe commit 7a41dac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
main:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- uses: actions/setup-go@v6
1414
with:
1515
go-version: 'stable'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write # for provenances
2323
attestations: write # for provenances
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
# https://github.com/reproducible-containers/repro-get/issues/3
2828
fetch-depth: 0

0 commit comments

Comments
 (0)