diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index a450566..20798c5 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -21,7 +21,7 @@ jobs: java-version: ${{ matrix.version }} - name: Configure GPG key settings - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }} @@ -71,7 +71,7 @@ jobs: java-version: 17 - name: Configure GPG key settings - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}