Skip to content

Commit fefcf3b

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Import bot's GPG key for signing commits
3030
id: import-gpg
31-
uses: crazy-max/ghaction-import-gpg@v4
31+
uses: crazy-max/ghaction-import-gpg@v6
3232
with:
3333
gpg_private_key: ${{ secrets.PINAX_BOT_PGP_PRIVATE_KEY }}
3434
passphrase: ${{ secrets.PINAX_BOT_PGP_PASSPHRASE }}

.github/workflows/shared-changesets-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Import bot's GPG key for signing commits
5454
id: import-gpg
55-
uses: crazy-max/ghaction-import-gpg@v4
55+
uses: crazy-max/ghaction-import-gpg@v6
5656
with:
5757
gpg_private_key: ${{ secrets.pgpPrivateKey }}
5858
passphrase: ${{ secrets.pgpPassphrase }}

0 commit comments

Comments
 (0)