Skip to content

Commit 0759ff4

Browse files
Bump crazy-max/ghaction-import-gpg from 5 to 6 (#476) (#478)
1 parent 4585399 commit 0759ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

2525
- name: Import GPG key
2626
id: import_gpg
27-
uses: crazy-max/ghaction-import-gpg@v5
27+
uses: crazy-max/ghaction-import-gpg@v6
2828
with:
2929
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3030
passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)