Skip to content

Commit 3e8cc60

Browse files
authored
ci: fix goreleaser action version (#2662)
1 parent 5bc7fe0 commit 3e8cc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fingerprint: ${{ secrets.GPG_FINGERPRINT }}
3939

4040
- name: Check goreleaser
41-
uses: goreleaser/goreleaser-action@v5
41+
uses: goreleaser/goreleaser-action@v6
4242
with:
4343
version: latest
4444
args: check

0 commit comments

Comments
 (0)