From 8e8b460b71e4a838e417f3624f3bb52ee6215d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:46:24 +0000 Subject: [PATCH] ci(deps): Bump crazy-max/ghaction-import-gpg from 5.4.0 to 6.0.0 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v5.4.0...v6.0.0) --- 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/dependabot-auto.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index c584ea2..4aa51d4 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -48,7 +48,7 @@ jobs: - id: gpg-import name: Import GPG key if: steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' - uses: crazy-max/ghaction-import-gpg@v5.4.0 + uses: crazy-max/ghaction-import-gpg@v6.0.0 with: git_commit_gpgsign: true git_config_global: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8b3d70..eca00b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }} - id: gpg-import name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5.4.0 + uses: crazy-max/ghaction-import-gpg@v6.0.0 with: git_config_global: true git_tag_gpgsign: true