We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10a03d8 + 050a1e8 commit 076adeeCopy full SHA for 076adee
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
if: ${{ github.ref_type == 'tag' }}
35
runs-on: ubuntu-24.04
36
steps:
37
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
38
with:
39
fetch-depth: 0 # required by GoReleaser (https://goreleaser.com/ci/actions/#fetch-all-history)
40
- uses: actions/setup-go@v6
@@ -56,7 +56,7 @@ jobs:
56
57
runs-on: windows-latest
58
59
60
61
62
0 commit comments