diff --git a/action.yml b/action.yml index f307b04..49fde22 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ runs: path: main-repo ref: v${{ inputs.current_version }} - name: Import GPG key - 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 }} @@ -50,7 +50,7 @@ runs: ref: main name: Checkout the custom tap - name: Import GPG key - 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 }}