chore(deps): update crazy-max/ghaction-import-gpg action to v7 (#408)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-11 17:35:35 +08:00
committed by GitHub
parent 7a6a6d9882
commit bb6299003f
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ jobs:
- name: Import GPG key
if: github.event_name == 'workflow_dispatch'
uses: crazy-max/ghaction-import-gpg@v6
uses: crazy-max/ghaction-import-gpg@v7
with:
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}

View File

@@ -28,7 +28,7 @@ jobs:
- name: "Import GPG key"
id: import-gpg
uses: crazy-max/ghaction-import-gpg@v6
uses: crazy-max/ghaction-import-gpg@v7
with:
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}

View File

@@ -59,7 +59,7 @@ jobs:
- name: Import GPG key
if: steps.verify-changed-files.outputs.changed == 'true'
uses: crazy-max/ghaction-import-gpg@v6
uses: crazy-max/ghaction-import-gpg@v7
with:
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}