From 64983170a1bb1fc02d3fb533c7d288018aa9f88f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:08:28 +0000 Subject: [PATCH] ci(tools): update crazy-max/ghaction-import-gpg action to v7 --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index d015787..6d3e426 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -58,7 +58,7 @@ jobs: - name: Setup signing if: github.event_name != 'pull_request' - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.GNUPG_KEY }} passphrase: ${{ secrets.GNUPG_PASSWORD }}