diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 2ff36e2..75546f6 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -61,7 +61,7 @@ jobs: - name: Import GPG signing information if: steps.diff.outputs.DIFF == 'true' - 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_PASSPHRASE }}