diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03e341a..3e10c66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 if: steps.release-please.outputs.release_created with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}