Skip to content

Commit

Permalink
ci(deps): bump crazy-max/ghaction-import-gpg from 5.1.0 to 5.2.0 (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 19, 2022
1 parent 1e339fa commit c760aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- id: gpg-import
name: Import GPG key
if: steps.metadata.outputs.package-ecosystem == 'npm_and_yarn'
uses: crazy-max/ghaction-import-gpg@v5.1.0
uses: crazy-max/ghaction-import-gpg@v5.2.0
with:
git_commit_gpgsign: true
git_config_global: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }}
- id: gpg-import
name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5.1.0
uses: crazy-max/ghaction-import-gpg@v5.2.0
with:
git_config_global: true
git_tag_gpgsign: true
Expand Down

0 comments on commit c760aeb

Please sign in to comment.