chore: bump crazy-max/ghaction-import-gpg

This commit is contained in:
Nicola Squartini 2022-08-16 21:16:22 +09:00
parent ea4115a12c
commit ba4077f889
No known key found for this signature in database
GPG key ID: C847B6AEB0544167

View file

@ -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 }}