diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index faf4cbfc..dba905cc 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -89,7 +89,7 @@ jobs: # Source: https://github.com/crazy-max/ghaction-import-gpg - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6.1.0 + uses: crazy-max/ghaction-import-gpg@v6.2.0 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }}