diff --git a/action.yml b/action.yml index a4fcdbf..94631fd 100644 --- a/action.yml +++ b/action.yml @@ -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 }}