diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a06d602..9c37610 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: distribution: 'temurin' java-version: '11' - name: Import GPG Key - uses: crazy-max/ghaction-import-gpg@v4 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - name: Configure local git