From 34bf8fb84ff312dfb54e0e54e2305e7bcfbb5147 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Apr 2022 05:48:38 +0000 Subject: [PATCH] Update crazy-max/ghaction-import-gpg action to v4.4.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 c540b1359..a4350b0ea 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.3.0 + uses: crazy-max/ghaction-import-gpg@v4.4.0 with: gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 8460ef00d..f3b558dd5 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.3.0 + uses: crazy-max/ghaction-import-gpg@v4.4.0 with: gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} git_config_global: true