Skip to content

Commit bb62990

Browse files
chore(deps): update crazy-max/ghaction-import-gpg action to v7 (OpenListTeam#408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a6a6d9 commit bb62990

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_release.yml

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

7070
- name: Import GPG key
7171
if: github.event_name == 'workflow_dispatch'
72-
uses: crazy-max/ghaction-import-gpg@v6
72+
uses: crazy-max/ghaction-import-gpg@v7
7373
with:
7474
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
7575
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}

.github/workflows/format.yml

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

2929
- name: "Import GPG key"
3030
id: import-gpg
31-
uses: crazy-max/ghaction-import-gpg@v6
31+
uses: crazy-max/ghaction-import-gpg@v7
3232
with:
3333
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
3434
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}

.github/workflows/i18n_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Import GPG key
6161
if: steps.verify-changed-files.outputs.changed == 'true'
62-
uses: crazy-max/ghaction-import-gpg@v6
62+
uses: crazy-max/ghaction-import-gpg@v7
6363
with:
6464
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
6565
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)