diff options
author | Valery Piashchynski <[email protected]> | 2022-05-31 15:50:50 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-31 15:50:50 +0200 |
commit | 2aba7854e5b916a9a72b3c87c1eba0d3071006d7 (patch) | |
tree | 4901ed62317c13d451b62c2f9d32f33854d03c91 | |
parent | 01b7dd6fb5a8c63dc3e0f4c5444c859c3266c97d (diff) | |
parent | f0179128570e6ed005086d9c9dbcd11964955c24 (diff) |
Merge branch 'master' into feat/rr_stop_command
-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 efb43749..8f77f64b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,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 }} diff --git a/.github/workflows/release_dep.yml b/.github/workflows/release_dep.yml index 070d528b..f11547c3 100644 --- a/.github/workflows/release_dep.yml +++ b/.github/workflows/release_dep.yml @@ -39,7 +39,7 @@ jobs: echo "::set-output name=sign-cert-name::rr.asc" - 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 }} 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 }} |