Skip to content

Commit f435a11

Browse files
committed
chore(ci): change import gpg action version in goreleaser workflow
before: crazy-max/ghaction-import-gpg@v4.0 not work after: change version to v5.1.0
1 parent 87bab08 commit f435a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Import GPG key
3030
id: import_gpg
31-
uses: crazy-max/ghaction-import-gpg@v4
31+
uses: crazy-max/ghaction-import-gpg@v5.1.0
3232
with:
3333
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3434
passphrase: ${{ secrets.PASSPHRASE }}

0 commit comments

Comments
 (0)