We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3d1e2 commit d3f9225Copy full SHA for d3f9225
2 files changed
.github/workflows/deploy-snapshots.yml
@@ -38,7 +38,7 @@ jobs:
38
}]
39
40
- name: Import GPG key
41
- uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
+ uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0
42
with:
43
gpg_private_key: ${{ secrets.GPG_KEY }}
44
passphrase: ${{ secrets.GPG_PASSPHRASE }}
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
git config user.signingkey CB5831CAFA9D8C6AFA9FC9DA67E69853B952BA35
45
46
47
48
49
0 commit comments