diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-11 22:14:48 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-11 22:14:48 +0000 |
commit | 713de6fc1c0b2f0cb2b2812e8b9ab825f1c0c703 (patch) | |
tree | 03380e7e38cf1284dc97f4815ec2f6a57196e762 | |
parent | 73feb743b25bceab4c93a08a2a3fdc1a81b2d4d8 (diff) |
build(deps): bump crazy-max/ghaction-import-gpg from 5 to 6
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](https://github.com/crazy-max/ghaction-import-gpg/compare/v5...v6)
---
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]>
-rw-r--r-- | .github/workflows/release.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release_dep.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release_grpc.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f73b7f89..b9acf594 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: fi - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }} passphrase: ${{ secrets.GPG_PASS }} diff --git a/.github/workflows/release_dep.yml b/.github/workflows/release_dep.yml index b41c59aa..f6bea5cc 100644 --- a/.github/workflows/release_dep.yml +++ b/.github/workflows/release_dep.yml @@ -38,7 +38,7 @@ jobs: echo "sign-cert-name=rr.asc" >> $GITHUB_OUTPUT - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }} passphrase: ${{ secrets.GPG_PASS }} diff --git a/.github/workflows/release_grpc.yml b/.github/workflows/release_grpc.yml index f0b0320f..f8c91b80 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@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }} passphrase: ${{ secrets.GPG_PASS }} |