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

This commit is contained in:
Tiger Wang
2023-03-21 22:59:31 -04:00
committed by GitHub
parent 202c1de570
commit 6cf46ce50c
5 changed files with 11 additions and 11 deletions

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
@@ -35,12 +35,12 @@ jobs:
run: echo ${{env.VERSION}}
- 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