Skip to content

Commit 71f28c9

Browse files
ci(deps): Bump crazy-max/ghaction-import-gpg from 5.1.0 to 5.2.0 (#10)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c364bbe commit 71f28c9

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
@@ -53,7 +53,7 @@ jobs:
5353
- id: gpg-import
5454
name: Import GPG key
5555
if: steps.metadata.outputs.package-ecosystem == 'npm_and_yarn'
56-
uses: crazy-max/ghaction-import-gpg@v5.1.0
56+
uses: crazy-max/ghaction-import-gpg@v5.2.0
5757
with:
5858
git_commit_gpgsign: true
5959
git_config_global: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }}
8989
- id: gpg-import
9090
name: Import GPG key
91-
uses: crazy-max/ghaction-import-gpg@v5.1.0
91+
uses: crazy-max/ghaction-import-gpg@v5.2.0
9292
with:
9393
git_config_global: true
9494
git_tag_gpgsign: true

0 commit comments

Comments
 (0)