Skip to content

Commit 40f0aa5

Browse files
ci: update release workflow action references
1 parent 6fa97cc commit 40f0aa5

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,22 @@ name: goreleaser
66
on:
77
push:
88
tags:
9-
- '*'
9+
- "*"
1010

1111
jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
-
16-
name: Checkout
17-
uses: actions/checkout@v2
15+
- name: Checkout
16+
uses: actions/checkout@v4
1817
with:
1918
fetch-depth: 0
20-
-
21-
name: Set up Go
22-
uses: actions/setup-go@v2
19+
- name: Set up Go
20+
uses: actions/setup-go@v5
2321
with:
2422
go-version: 1.20
25-
-
26-
name: Run GoReleaser
27-
uses: goreleaser/goreleaser-action@v2
23+
- name: Run GoReleaser
24+
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
2825
with:
2926
version: latest
3027
args: release --rm-dist

0 commit comments

Comments
 (0)