diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c48a7ac..862c021 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: # or use an alternative one for key handling. - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v5.3.0 + uses: crazy-max/ghaction-import-gpg@v5.4.0 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }}