We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8af32 commit 4719a9dCopy full SHA for 4719a9d
1 file changed
.github/workflows/release.yml
@@ -21,11 +21,11 @@ jobs:
21
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
22
run: echo "flags=--snapshot" >> $GITHUB_ENV
23
- name: Checkout
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
25
with:
26
fetch-depth: 0
27
- name: Set up Go
28
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
29
30
go-version-file: go.mod
31
# More assembly might be required: Docker logins, GPG, etc.
0 commit comments