Skip to content

Commit 8c9cb26

Browse files
ci(deps): Bump crazy-max/ghaction-import-gpg from 5.2.0 to 5.3.0 (#328)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10cf651 commit 8c9cb26

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

0 commit comments

Comments
 (0)