Skip to content

Commit 7e87162

Browse files
dependabot[bot]ViBiOh
authored andcommitted
ci(deps): bump crazy-max/ghaction-import-gpg from 4 to 5
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 4 to 5. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/v5/CHANGELOG.md) - [Commits](crazy-max/ghaction-import-gpg@v4...v5) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4584e4 commit 7e87162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: GPG
4444
id: import_gpg
4545
if: ${{ env.gpg_private_key != '' }}
46-
uses: crazy-max/ghaction-import-gpg@v4
46+
uses: crazy-max/ghaction-import-gpg@v5
4747
with:
4848
gpg_private_key: ${{ env.gpg_private_key }}
4949
passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)