From f2a2c92e7f7835ab9daf61d30e3443ebd0ae4411 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:40:59 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-import-gpg action to v7 --- .github/workflows/release.yml | 2 +- .github/workflows/shared-changesets-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26948f5cc..a2f54a176 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@v6 + uses: crazy-max/ghaction-import-gpg@v7 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 349694200..610642c6e 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@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.pgpPrivateKey }} passphrase: ${{ secrets.pgpPassphrase }}