Skip to content

Commit e09f18d

Browse files
build(deps): bump crazy-max/ghaction-import-gpg from 5.1.0 to 5.2.0
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/v5.2.0/CHANGELOG.md) - [Commits](crazy-max/ghaction-import-gpg@v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9c2121 commit e09f18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
go-version: ${{ needs.go-version.outputs.go-version }}
3939
- name: Import GPG key
4040
id: import_gpg
41-
uses: crazy-max/ghaction-import-gpg@v5.1.0
41+
uses: crazy-max/ghaction-import-gpg@v5.2.0
4242
with:
4343
# These secrets will need to be configured for the repository:
4444
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)