Skip to content

Commit e3b8185

Browse files
ci(deps): Bump crazy-max/ghaction-import-gpg from 5.3.0 to 6.0.0
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](crazy-max/ghaction-import-gpg@v5.3.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] <[email protected]>
1 parent a7a65c5 commit e3b8185

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@v5.3.0
53+
uses: crazy-max/ghaction-import-gpg@v6.0.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@v5.3.0
106+
uses: crazy-max/ghaction-import-gpg@v6.0.0
107107
with:
108108
git_config_global: true
109109
git_tag_gpgsign: true

0 commit comments

Comments
 (0)