Skip to content

Commit 3fc902d

Browse files
ci(deps): Bump crazy-max/ghaction-import-gpg from 5.3.0 to 5.4.0 (#250)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd9f343 commit 3fc902d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot-auto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- id: gpg-import
4949
name: Import GPG key
5050
if: steps.metadata.outputs.package-ecosystem == 'npm_and_yarn'
51-
uses: crazy-max/ghaction-import-gpg@v5.3.0
51+
uses: crazy-max/ghaction-import-gpg@v5.4.0
5252
with:
5353
git_commit_gpgsign: true
5454
git_config_global: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }}
9494
- id: gpg-import
9595
name: Import GPG key
96-
uses: crazy-max/ghaction-import-gpg@v5.3.0
96+
uses: crazy-max/ghaction-import-gpg@v5.4.0
9797
with:
9898
git_config_global: true
9999
git_tag_gpgsign: true

0 commit comments

Comments
 (0)