We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251def2 commit 4bde31dCopy full SHA for 4bde31d
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
go-version: 1.22.4
23
- name: Import GPG Key
24
id: import_gpg
25
- uses: crazy-max/ghaction-import-gpg@v6.2.0
+ uses: crazy-max/ghaction-import-gpg@v6.3.0
26
with:
27
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
28
passphrase: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments