From 6beda3f40456517347943f6e128df0972b69d2ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 20:47:19 +0200 Subject: [PATCH] Update crazy-max/ghaction-import-gpg action to v6 (#3001) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 2b8c67f53..590fa230a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -479,7 +479,7 @@ jobs: path: out - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@v5.4.0 + uses: crazy-max/ghaction-import-gpg@v6.0.0 with: gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 59c2064ed..1cb9287c2 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -39,7 +39,7 @@ jobs: token: ${{ secrets.ASF_CROWDIN_API_TOKEN }} - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@v5.4.0 + uses: crazy-max/ghaction-import-gpg@v6.0.0 with: gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} git_config_global: true