From b0632a6c8de6fb188a519a7045e829bd5d0a5a0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 22:39:20 +0000 Subject: [PATCH] Update crazy-max/ghaction-import-gpg action to v5.2.0 --- .github/workflows/publish.yml | 2 +- .github/workflows/translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 825a4ac9f..3b9250838 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -426,7 +426,7 @@ jobs: path: out - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@v5.1.0 + uses: crazy-max/ghaction-import-gpg@v5.2.0 with: gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 01ea060b1..5fc8b3d7e 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -38,7 +38,7 @@ jobs: token: ${{ secrets.ASF_CROWDIN_API_TOKEN }} - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@v5.1.0 + uses: crazy-max/ghaction-import-gpg@v5.2.0 with: gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} git_config_global: true