From 76e512441d54163e00aa32f65987c3ae75454cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:55:13 +0000 Subject: [PATCH] ci(deps): Bump crazy-max/ghaction-import-gpg from 5.4.0 to 6.0.0 (#269) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 2e44c2e6..87e7538f 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -50,7 +50,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 46f9b6ab..613f239b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: ref: ${{ env.REF }} - 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