Skip to content

Commit f71609b

Browse files
authored
Merge pull request #138 from DeterminateSystems/dependabot/github_actions/crazy-max/ghaction-import-gpg-6.2.0
build(deps): bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0
2 parents a522afc + 1cc1733 commit f71609b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ runs:
110110
- name: Import bot's GPG key for signing commits
111111
if: ${{ inputs.sign-commits == 'true' }}
112112
id: import-gpg
113-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
113+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
114114
with:
115115
gpg_private_key: ${{ inputs.gpg-private-key }}
116116
fingerprint: ${{ inputs.gpg-fingerprint }}

0 commit comments

Comments
 (0)