Skip to content

Commit 3c6a469

Browse files
authored
Merge pull request #68 from AkihiroSuda/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents aa38258 + 0ea9ed5 commit 3c6a469

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
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.runner }}
3333
timeout-minutes: 10
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
- uses: actions/setup-go@v5
3737
with:
3838
go-version: ${{ matrix.go }}

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)