diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index f30d1481..1a12c22a 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -93,7 +93,7 @@ jobs: go-version: 1.21.1 - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v4 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }}