From d8838c4c80be774698bfa600b42b1216f3ffae61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Sep 2021 02:36:12 +0200 Subject: [PATCH] Update crazy-max/ghaction-import-gpg action to v4 (#2412) * Update crazy-max/ghaction-import-gpg action to v4 * Update Co-authored-by: Renovate Bot Co-authored-by: Archi --- .github/workflows/publish.yml | 4 ++-- .github/workflows/translations.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 69d7ab0b0..1d7e8738d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -424,9 +424,9 @@ jobs: path: out - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@v3.2.0 + uses: crazy-max/ghaction-import-gpg@v4.0.0 with: - gpg-private-key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} + gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} - name: Generate SHA-512 checksums and signature shell: sh diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 019ec8f5c..1d944349d 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -38,12 +38,12 @@ jobs: token: ${{ secrets.ASF_CROWDIN_API_TOKEN }} - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@v3.2.0 + uses: crazy-max/ghaction-import-gpg@v4.0.0 with: - gpg-private-key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} - git-config-global: true - git-user-signingkey: true - git-commit-gpgsign: true + gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} + git_config_global: true + git_user_signingkey: true + git_commit_gpgsign: true - name: Commit the changes to wiki shell: sh