Skip to content

Commit 815c52a

Browse files
chore(deps): update crazy-max/ghaction-import-gpg action to v7
1 parent 1bf2f89 commit 815c52a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
- name: Import GPG key
4646
id: import_gpg
4747
if: ${{ github.event.inputs.use_old_key == 'false' }}
48-
uses: crazy-max/ghaction-import-gpg@v6.3.0
48+
uses: crazy-max/ghaction-import-gpg@v7
4949
with:
5050
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
5151
passphrase: ${{ secrets.PASSPHRASE }}
5252

5353
- name: Import old GPG key
5454
id: import_gpg_old
5555
if: ${{ github.event.inputs.use_old_key == 'true' }}
56-
uses: crazy-max/ghaction-import-gpg@v6.3.0
56+
uses: crazy-max/ghaction-import-gpg@v7
5757
with:
5858
gpg_private_key: ${{ secrets.OLD_GPG_PRIVATE_KEY }}
5959
passphrase: ${{ secrets.OLD_GPG_PASSPHRASE }}

.github/workflows/release.yml

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

3333
- name: Import GPG key
3434
id: import_gpg
35-
uses: crazy-max/ghaction-import-gpg@v6.3.0
35+
uses: crazy-max/ghaction-import-gpg@v7
3636
with:
3737
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3838
passphrase: ${{ secrets.PASSPHRASE }}

0 commit comments

Comments
 (0)