chore: bump crazy-max/ghaction-import-gpg
This commit is contained in:
parent
ea4115a12c
commit
ba4077f889
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ runs:
|
|||
- name: Import bot's GPG key for signing commits
|
||||
if: ${{ inputs.sign-commits == 'true' }}
|
||||
id: import-gpg
|
||||
uses: crazy-max/ghaction-import-gpg@v4
|
||||
uses: crazy-max/ghaction-import-gpg@v5
|
||||
with:
|
||||
gpg_private_key: ${{ inputs.gpg-private-key }}
|
||||
passphrase: ${{ inputs.gpg-passphrase }}
|
||||
|
|
Loading…
Reference in a new issue