From 2fc21ddf82332b385cb6f21f23068c45ad7e5111 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 02:11:28 +0000 Subject: [PATCH] Update crazy-max/ghaction-import-gpg action to v6.2.0 --- .github/workflows/bump-asf-reference.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/update-actions.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump-asf-reference.yml b/.github/workflows/bump-asf-reference.yml index 3284844..f30d6ba 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@v6.1.0 + uses: crazy-max/ghaction-import-gpg@v6.2.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 c49413a..7548aed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -155,7 +155,7 @@ jobs: path: out - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@v6.1.0 + uses: crazy-max/ghaction-import-gpg@v6.2.0 if: ${{ env.GPG_PRIVATE_KEY != null }} with: gpg_private_key: ${{ env.GPG_PRIVATE_KEY }} diff --git a/.github/workflows/update-actions.yml b/.github/workflows/update-actions.yml index 1779b24..4b18d42 100644 --- a/.github/workflows/update-actions.yml +++ b/.github/workflows/update-actions.yml @@ -39,7 +39,7 @@ jobs: token: ${{ env.PUSH_GITHUB_TOKEN }} - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@v6.1.0 + uses: crazy-max/ghaction-import-gpg@v6.2.0 if: ${{ env.GPG_PRIVATE_KEY != null }} with: gpg_private_key: ${{ env.GPG_PRIVATE_KEY }}