Skip to content

Commit f0e4adb

Browse files
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](crazy-max/ghaction-import-gpg@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>
1 parent 2b4e08b commit f0e4adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
-
102102
name: Import GPG key
103103
if: ${{ !startsWith(matrix.os, 'windows-') }}
104-
uses: crazy-max/ghaction-import-gpg@v6
104+
uses: crazy-max/ghaction-import-gpg@v7
105105
with:
106106
gpg_private_key: ${{ steps.gpg.outputs.key }}
107107
passphrase: ${{ steps.gpg.outputs.passphrase }}

0 commit comments

Comments
 (0)