diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 18e63786..2a6b619f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,7 +23,7 @@ jobs: distribution: 'temurin' java-version: '11' - name: Import GPG Key - uses: crazy-max/ghaction-import-gpg@v4 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - name: Configure local git