From d455c3071c2b2a669f7850dc88580beb589ce289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:02:50 +0000 Subject: [PATCH] deps(upgrade): bump crazy-max/ghaction-import-gpg from 5 to 6 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v5...v6) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cd631a..22c4caa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: } - name: Setup key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 if: ${{ fromJSON(steps.deploy_check.outputs.result).is_deployable == 'true' }} with: fingerprint: ${{ vars.GPG_FINGERPRINT }} diff --git a/.github/workflows/deploy-tag.yaml b/.github/workflows/deploy-tag.yaml index d6ed0ae..3cdd211 100644 --- a/.github/workflows/deploy-tag.yaml +++ b/.github/workflows/deploy-tag.yaml @@ -39,7 +39,7 @@ jobs: jdks - name: Setup key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: fingerprint: ${{ vars.GPG_FINGERPRINT }} gpg_private_key: ${{ secrets.GPG_KEY }}