Skip to content

Commit ab4d98e

Browse files
Bump crazy-max/ghaction-import-gpg from 5 to 6 (#1700)
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](crazy-max/ghaction-import-gpg@v5...v6) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 575f327 commit ab4d98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Import GPG key
4242
id: import_gpg
4343
if: steps.check_changes.outputs.skip == 'false'
44-
uses: crazy-max/ghaction-import-gpg@v5
44+
uses: crazy-max/ghaction-import-gpg@v6
4545
with:
4646
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
4747
passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)