Skip to content

Commit 087903c

Browse files
committed
chore: update workflow version
1 parent 8379514 commit 087903c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Fetch all tags
1717
run: git fetch --force --tags
1818
- name: Set up Go
19-
uses: actions/setup-go@v2
19+
uses: actions/setup-go@v3
2020
with:
2121
go-version: 1.19
2222
- name: Run GoReleaser
23-
uses: goreleaser/goreleaser-action@v2
23+
uses: goreleaser/goreleaser-action@v3
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
with:

0 commit comments

Comments
 (0)