Skip to content

Commit 58bad4c

Browse files
authored
Upd: update actions version (#49)
1 parent b3ca5cb commit 58bad4c

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
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Set up Go
18-
uses: actions/setup-go@v4
18+
uses: actions/setup-go@v5
1919
with:
2020
go-version: '1.20'
2121

@@ -28,7 +28,7 @@ jobs:
2828
GOPROXY=proxy.golang.org go list -m github.com/Driver-C/tryssh@latest
2929
3030
- name: Run GoReleaser
31-
uses: goreleaser/goreleaser-action@v4
31+
uses: goreleaser/goreleaser-action@v6
3232
with:
3333
version: latest
3434
args: release --clean

0 commit comments

Comments
 (0)