Merge pull request 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
This commit is contained in:
Graham Christensen 2025-03-19 16:14:03 -04:00 committed by GitHub
commit f71609bc55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@ runs:
- name: Import bot's GPG key for signing commits
if: ${{ inputs.sign-commits == 'true' }}
id: import-gpg
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
with:
gpg_private_key: ${{ inputs.gpg-private-key }}
fingerprint: ${{ inputs.gpg-fingerprint }}