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