diff --git a/.github/workflows/manualRelease.yaml b/.github/workflows/manualRelease.yaml index e7d6594..ef9937f 100644 --- a/.github/workflows/manualRelease.yaml +++ b/.github/workflows/manualRelease.yaml @@ -58,7 +58,7 @@ jobs: - id: import_gpg if: ${{ inputs.signAddOn }} name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }}