Skip to content

Commit 86a8439

Browse files
chore(deps): update crazy-max/ghaction-import-gpg action to v6 (#852)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd99d5f commit 86a8439

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.PAT }}
1818
- uses: Swatinem/rust-cache@v2
1919
- name: Import GPG key
20-
uses: crazy-max/ghaction-import-gpg@v5
20+
uses: crazy-max/ghaction-import-gpg@v6
2121
with:
2222
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2323
git_user_signingkey: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 0
1212
token: ${{ secrets.PAT }}
1313
- name: Import GPG key
14-
uses: crazy-max/ghaction-import-gpg@v5
14+
uses: crazy-max/ghaction-import-gpg@v6
1515
with:
1616
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
1717
git_user_signingkey: true

0 commit comments

Comments
 (0)