diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe52e6e3..f9a9384d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -253,7 +253,7 @@ jobs: args: check - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v5.2.0 + uses: crazy-max/ghaction-import-gpg@v6.0.0 if: startsWith(github.ref, 'refs/tags/v') with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}