Skip to content

Commit be737eb

Browse files
committed
MINOR: goreleaser: update go actions
1 parent 8c65a94 commit be737eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
# we have to fetch all history to be able to generate the release note. c.f. https://goreleaser.com/ci/actions/.
1414
fetch-depth: 0
1515
- name: Set up Go
16-
uses: actions/setup-go@v2
16+
uses: actions/setup-go@v4
1717
with:
1818
go-version-file: 'go.mod'
1919
check-latest: true
2020
- name: Run GoReleaser
21-
uses: goreleaser/goreleaser-action@v2
21+
uses: goreleaser/goreleaser-action@v4
2222
with:
2323
distribution: goreleaser
2424
version: latest

0 commit comments

Comments
 (0)