We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdadc0b commit fe1d02fCopy full SHA for fe1d02f
.github/workflows/maven-deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
cache: 'maven'
42
43
- name: 'Import GPG key'
44
- uses: crazy-max/ghaction-import-gpg@v5
+ uses: crazy-max/ghaction-import-gpg@v6
45
with:
46
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
47
passphrase: ${{ secrets.GPG_PASSPHRASE }}
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
cache: maven
52
53
54
55
56
57
0 commit comments