We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9f343 commit 3fc902dCopy full SHA for 3fc902d
2 files changed
.github/workflows/dependabot-auto.yml
@@ -48,7 +48,7 @@ jobs:
48
- id: gpg-import
49
name: Import GPG key
50
if: steps.metadata.outputs.package-ecosystem == 'npm_and_yarn'
51
- uses: crazy-max/ghaction-import-gpg@v5.3.0
+ uses: crazy-max/ghaction-import-gpg@v5.4.0
52
with:
53
git_commit_gpgsign: true
54
git_config_global: true
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }}
94
95
96
97
98
99
git_tag_gpgsign: true
0 commit comments