summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-05-31 15:50:50 +0200
committerGitHub <[email protected]>2022-05-31 15:50:50 +0200
commit2aba7854e5b916a9a72b3c87c1eba0d3071006d7 (patch)
tree4901ed62317c13d451b62c2f9d32f33854d03c91
parent01b7dd6fb5a8c63dc3e0f4c5444c859c3266c97d (diff)
parentf0179128570e6ed005086d9c9dbcd11964955c24 (diff)
Merge branch 'master' into feat/rr_stop_command
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/release_dep.yml2
-rw-r--r--.github/workflows/release_grpc.yml2
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 }}