Skip to content

Commit

Permalink
chore: update import-gpg step version
Browse files Browse the repository at this point in the history
  • Loading branch information
borisrizov-zf committed Nov 24, 2023
1 parent 475e108 commit 145a2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
distribution: temurin

- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v5.0.0
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.ORG_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }}
Expand Down

0 comments on commit 145a2e6

Please sign in to comment.