From 855d9fb89e1c746df97b46a3d4ad12eba262b779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 05:27:44 +0000 Subject: [PATCH] chore(gh-actions-deps): update crazy-max/ghaction-import-gpg action to v7 in all dependant reusable workflows --- .../_reusable-update-python-and-pre-commit-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml b/.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml index c4909027..5feec6ae 100644 --- a/.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml +++ b/.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 ref: ${{ github.head_ref }} token: ${{ secrets.checkout-token }} - - uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0 + - uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0 with: gpg_private_key: ${{ secrets.gpg-signing-key-private }} passphrase: ${{ secrets.gpg-signing-key-passphrase }}