Skip to content

Commit 3f5e8d7

Browse files
chore(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 edca006 commit 3f5e8d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
> ${{ github.event.repository.name }}_${{ needs.prepare.outputs.release_version }}_SHA256SUMS
134134
- id: import_gpg
135135
name: Import GPG key
136-
uses: crazy-max/ghaction-import-gpg@v6
136+
uses: crazy-max/ghaction-import-gpg@v7
137137
if: needs.prepare.outputs.commit_count > 0
138138
with:
139139
gpg_private_key: ${{ secrets.GPG_SECRET_KEY_BASE64 }}

0 commit comments

Comments
 (0)