update github workflow with newer version of different actions (#33)

This commit is contained in:
Tiger Wang
2023-03-21 22:57:30 -04:00
committed by GitHub
parent f5fcd9ed92
commit 6dfbf0eba9
4 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: isntall git
@@ -26,12 +26,12 @@ jobs:
run: sudo git tag v99.99.99-alpha
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser