Skip to content

Commit d97df53

Browse files
build(deps): bump crazy-max/ghaction-import-gpg from 4.3.0 to 4.4.0 (#193)
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/master/CHANGELOG.md) - [Commits](crazy-max/ghaction-import-gpg@v4.3.0...v4.4.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a53bbf commit d97df53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: 1.15
2121
- name: Import GPG key
2222
id: import_gpg
23-
uses: crazy-max/ghaction-import-gpg@v4.3.0
23+
uses: crazy-max/ghaction-import-gpg@v4.4.0
2424
with:
2525
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2626
passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)