diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-30 22:17:29 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-30 22:17:29 +0000 |
commit | 6ef5d1696f7399739ec1df11610f684ab4dfc527 (patch) | |
tree | 46e404f8c63a11a5c2064d2a1b6b6716ef8a26b9 /.github/workflows/release_grpc.yml | |
parent | d35e5087b0dd4be258d78587ead9e12baf89c760 (diff) |
build(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/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/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]>
Diffstat (limited to '.github/workflows/release_grpc.yml')
-rw-r--r-- | .github/workflows/release_grpc.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_grpc.yml b/.github/workflows/release_grpc.yml index cd043988..9964b6f6 100644 --- a/.github/workflows/release_grpc.yml +++ b/.github/workflows/release_grpc.yml @@ -73,7 +73,7 @@ jobs: fi - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v4 + uses: crazy-max/ghaction-import-gpg@v5 with: gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }} passphrase: ${{ secrets.GPG_PASS }} |