diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 9c5e272..2714f05 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -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 }} diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index ab44202..950e533 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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 }} diff --git a/.github/workflows/i18n_sync.yml b/.github/workflows/i18n_sync.yml index 784b29a..1fb1262 100644 --- a/.github/workflows/i18n_sync.yml +++ b/.github/workflows/i18n_sync.yml @@ -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 }}