diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 936ce7e6e..87d57fa24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Import bot's GPG key for signing commits id: import-gpg - uses: crazy-max/ghaction-import-gpg@v4 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.PINAX_BOT_PGP_PRIVATE_KEY }} passphrase: ${{ secrets.PINAX_BOT_PGP_PASSPHRASE }} diff --git a/.github/workflows/shared-changesets-dependencies.yml b/.github/workflows/shared-changesets-dependencies.yml index eb03c2c19..f773ab767 100644 --- a/.github/workflows/shared-changesets-dependencies.yml +++ b/.github/workflows/shared-changesets-dependencies.yml @@ -52,7 +52,7 @@ jobs: - name: Import bot's GPG key for signing commits id: import-gpg - uses: crazy-max/ghaction-import-gpg@v4 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.pgpPrivateKey }} passphrase: ${{ secrets.pgpPassphrase }}