We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10cf651 commit 71dae74Copy full SHA for 71dae74
.github/workflows/dependabot-auto.yml
@@ -50,7 +50,7 @@ jobs:
50
- id: gpg-import
51
name: Import GPG key
52
if: steps.metadata.outputs.package-ecosystem == 'npm_and_yarn'
53
- uses: crazy-max/ghaction-import-gpg@v5.2.0
+ uses: crazy-max/ghaction-import-gpg@v5.3.0
54
with:
55
git_commit_gpgsign: true
56
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