From 4b090b3a0ed8f3b0e5ddc297698d2a7e6306e2ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:48:20 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-import-gpg action to v7 --- .github/workflows/content-generation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/content-generation.yml b/.github/workflows/content-generation.yml index cb5c8564406..0c95686c92d 100644 --- a/.github/workflows/content-generation.yml +++ b/.github/workflows/content-generation.yml @@ -29,7 +29,7 @@ jobs: pnpm-version: 9 - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.BOT_GPG_KEY }} passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}