diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 64b79e86..30ecbce5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: git_user_signingkey: true gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}