From 510dadbf5a061c24d6be056702b7d0ce71d3a69e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:00:33 +0000 Subject: [PATCH] Update crazy-max/ghaction-import-gpg action to v7 --- .github/workflows/bump-asf-reference.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-asf-reference.yml b/.github/workflows/bump-asf-reference.yml index f935043..8e44420 100644 --- a/.github/workflows/bump-asf-reference.yml +++ b/.github/workflows/bump-asf-reference.yml @@ -39,7 +39,7 @@ jobs: type: ${{ env.RELEASE_TYPE }} - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0 + uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0 if: ${{ env.GPG_PRIVATE_KEY != null }} with: gpg_private_key: ${{ env.GPG_PRIVATE_KEY }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index abee31e..bd5ab92 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -157,7 +157,7 @@ jobs: path: out - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0 + uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0 if: ${{ env.GPG_PRIVATE_KEY != null }} with: gpg_private_key: ${{ env.GPG_PRIVATE_KEY }}