Skip to content

Commit 615e2f6

Browse files
ci(deps): Bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.1.0
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](crazy-max/ghaction-import-gpg@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4c6e9c commit 615e2f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot-auto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- id: gpg-import
5151
name: Import GPG key
5252
if: steps.metadata.outputs.package-ecosystem == 'npm_and_yarn'
53-
uses: crazy-max/ghaction-import-gpg@v6.0.0
53+
uses: crazy-max/ghaction-import-gpg@v6.1.0
5454
with:
5555
git_commit_gpgsign: true
5656
git_config_global: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
ref: ${{ env.REF }}
104104
- id: gpg-import
105105
name: Import GPG key
106-
uses: crazy-max/ghaction-import-gpg@v6.0.0
106+
uses: crazy-max/ghaction-import-gpg@v6.1.0
107107
with:
108108
git_config_global: true
109109
git_tag_gpgsign: true

0 commit comments

Comments
 (0)