Skip to content

Commit 4719a9d

Browse files
committed
upd actions
1 parent 4f8af32 commit 4719a9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
2222
run: echo "flags=--snapshot" >> $GITHUB_ENV
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
- name: Set up Go
28-
uses: actions/setup-go@v5
28+
uses: actions/setup-go@v6
2929
with:
3030
go-version-file: go.mod
3131
# More assembly might be required: Docker logins, GPG, etc.

0 commit comments

Comments
 (0)