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 5a5d1b0 commit 81e9308Copy full SHA for 81e9308
.github/workflows/dependabot-auto.yml
@@ -51,7 +51,7 @@ jobs:
51
- id: gpg-import
52
name: Import GPG key
53
if: steps.metadata.outputs.package-ecosystem == 'npm_and_yarn'
54
- uses: crazy-max/ghaction-import-gpg@v5.3.0
+ uses: crazy-max/ghaction-import-gpg@v5.4.0
55
with:
56
git_commit_gpgsign: true
57
git_config_global: true
.github/workflows/release.yml
@@ -103,7 +103,7 @@ jobs:
103
ref: ${{ env.REF }}
104
105
106
107
108
109
git_tag_gpgsign: true
0 commit comments