Skip to content

Commit 076adee

Browse files
Merge pull request #1161 from Scalingo/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 10a03d8 + 050a1e8 commit 076adee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ github.ref_type == 'tag' }}
3535
runs-on: ubuntu-24.04
3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 0 # required by GoReleaser (https://goreleaser.com/ci/actions/#fetch-all-history)
4040
- uses: actions/setup-go@v6
@@ -56,7 +56,7 @@ jobs:
5656
if: ${{ github.ref_type == 'tag' }}
5757
runs-on: windows-latest
5858
steps:
59-
- uses: actions/checkout@v5
59+
- uses: actions/checkout@v6
6060
with:
6161
fetch-depth: 0 # required by GoReleaser (https://goreleaser.com/ci/actions/#fetch-all-history)
6262
- uses: actions/setup-go@v6

0 commit comments

Comments
 (0)