build(deps): bump crazy-max/ghaction-import-gpg from 6 to 7
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6 to 7. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v6...v7) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
369109c407
commit
8e4a313b1b
@ -109,7 +109,7 @@ runs:
|
|||||||
|
|
||||||
- name: "Import GPG key"
|
- name: "Import GPG key"
|
||||||
if: ${{ inputs.armbian_pgp_key != '' }}
|
if: ${{ inputs.armbian_pgp_key != '' }}
|
||||||
uses: crazy-max/ghaction-import-gpg@v6
|
uses: crazy-max/ghaction-import-gpg@v7
|
||||||
with:
|
with:
|
||||||
gpg_private_key: ${{ inputs.armbian_pgp_key }}
|
gpg_private_key: ${{ inputs.armbian_pgp_key }}
|
||||||
passphrase: ${{ inputs.armbian_pgp_password }}
|
passphrase: ${{ inputs.armbian_pgp_password }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user