diff options
author | Valery Piashchynski <[email protected]> | 2022-05-31 01:02:58 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-31 01:02:58 +0200 |
commit | f0179128570e6ed005086d9c9dbcd11964955c24 (patch) | |
tree | 46e404f8c63a11a5c2064d2a1b6b6716ef8a26b9 /.github/workflows/release_dep.yml | |
parent | d35e5087b0dd4be258d78587ead9e12baf89c760 (diff) | |
parent | 6ef5d1696f7399739ec1df11610f684ab4dfc527 (diff) |
[#1160]: build(deps): bump crazy-max/ghaction-import-gpg from 4 to 5
Diffstat (limited to '.github/workflows/release_dep.yml')
-rw-r--r-- | .github/workflows/release_dep.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |