Skip to content

Commit

Permalink
chore(deps): update crazy-max/ghaction-import-gpg action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 18, 2024
1 parent 36258c8 commit a41062e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
path: main-repo
ref: v${{ inputs.current_version }}
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@d6f3f49f3345e29369fe57596a3ca8f94c4d2ca7 # v5
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6
with:
gpg_private_key: ${{ inputs.gpg_private_key }}
passphrase: ${{ inputs.gpg_passphrase }}
Expand All @@ -49,7 +49,7 @@ runs:
ref: main
name: Checkout the custom tap
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@d6f3f49f3345e29369fe57596a3ca8f94c4d2ca7 # v5
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6
with:
gpg_private_key: ${{ inputs.gpg_private_key }}
passphrase: ${{ inputs.gpg_passphrase }}
Expand Down

0 comments on commit a41062e

Please sign in to comment.