We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd99d5f commit 86a8439Copy full SHA for 86a8439
.github/workflows/prerelease.yml
@@ -17,7 +17,7 @@ jobs:
17
token: ${{ secrets.PAT }}
18
- uses: Swatinem/rust-cache@v2
19
- name: Import GPG key
20
- uses: crazy-max/ghaction-import-gpg@v5
+ uses: crazy-max/ghaction-import-gpg@v6
21
with:
22
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
23
git_user_signingkey: true
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
fetch-depth: 0
12
13
14
15
16
0 commit comments