From 6f16a4f3469c89f71638d07953fc7cae2be9eeb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:23:51 +0000 Subject: [PATCH] build(deps): 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] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 90f28e9..e6dca9c 100644 --- a/action.yml +++ b/action.yml @@ -131,7 +131,7 @@ runs: secrets: zon/v1/github/zon-ops gpg_key_private - name: Import GPG key for zon-ops user - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 continue-on-error: true with: gpg_private_key: ${{ steps.zon-ops-gpg.outputs.gpg_key_private }}