From a77faf1d11802f8aef958f8151a2a56caa8e3f52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 18:54:57 +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 2da7327b2c3..0835a57bd44 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 }}