From 894471fa823ebcae2f17133eb45dd39bd82c4b89 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Mar 2022 03:40:33 +0000 Subject: [PATCH] Update crazy-max/ghaction-import-gpg action to v4.3.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 dc067bffd..bec7f4630 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -456,7 +456,7 @@ jobs: path: out - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@v4.2.0 + uses: crazy-max/ghaction-import-gpg@v4.3.0 with: gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 144994aa9..2edd88a6a 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@v4.2.0 + uses: crazy-max/ghaction-import-gpg@v4.3.0 with: gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} git_config_global: true