Skip to content

Commit

Permalink
[library] Updated the GPG key importer action for the github workflow…
Browse files Browse the repository at this point in the history
… to 6.2.0
  • Loading branch information
meronbrouwer committed Dec 16, 2024
1 parent 2457bc0 commit 33ef8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
uses: crazy-max/ghaction-import-gpg@v6.2.0
with:
gpg_private_key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}

Expand Down

0 comments on commit 33ef8f5

Please sign in to comment.