diff --git a/.github/workflows/publish-maven.yaml b/.github/workflows/publish-maven.yaml index 99ef3cd0..18f7f2fb 100644 --- a/.github/workflows/publish-maven.yaml +++ b/.github/workflows/publish-maven.yaml @@ -50,7 +50,7 @@ jobs: distribution: temurin - name: Import GPG Key - uses: crazy-max/ghaction-import-gpg@v5.0.0 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.ORG_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }}