From dffe237d75292aba5b70852881e20cb213340e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:09:40 +0000 Subject: [PATCH] build(deps): Bump step-security/ghaction-import-gpg from 6.0.0 to 6.1.0 Bumps [step-security/ghaction-import-gpg](https://github.com/step-security/ghaction-import-gpg) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/step-security/ghaction-import-gpg/releases) - [Commits](https://github.com/step-security/ghaction-import-gpg/compare/e01691664dfc9c2ab0d20982f9db989cb366d2bd...6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca) --- updated-dependencies: - dependency-name: step-security/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-automation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-automation.yml b/.github/workflows/release-automation.yml index 53b687b03..296227ce6 100644 --- a/.github/workflows/release-automation.yml +++ b/.github/workflows/release-automation.yml @@ -57,7 +57,7 @@ jobs: - name: Import GPG Key id: gpg_importer - uses: step-security/ghaction-import-gpg@e01691664dfc9c2ab0d20982f9db989cb366d2bd # v6.0.0 + uses: step-security/ghaction-import-gpg@6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca # v6.1.0 with: git_commit_gpgsign: true git_tag_gpgsign: true @@ -146,7 +146,7 @@ jobs: - name: Import GPG Key id: gpg_importer - uses: step-security/ghaction-import-gpg@e01691664dfc9c2ab0d20982f9db989cb366d2bd # v6.0.0 + uses: step-security/ghaction-import-gpg@6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca # v6.1.0 with: git_commit_gpgsign: true git_tag_gpgsign: true