From 0ae4b6ff18d802ccaa91b6ca4c11746dc160596c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:52:07 +0000 Subject: [PATCH] chore(deps): update crowdin/github-action action to v1.20.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1295d95a1..c8dc57bb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Upload latest strings for translation on Crowdin if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.configuration == 'Release' && startsWith(matrix.os, 'ubuntu-') }} - uses: crowdin/github-action@v1.20.0 + uses: crowdin/github-action@v1.20.1 with: crowdin_branch_name: main config: '.github/crowdin.yml' diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index f5a40146f..9fcc8bd21 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -31,7 +31,7 @@ jobs: git reset --hard origin/master - name: Download latest translations from Crowdin - uses: crowdin/github-action@v1.20.0 + uses: crowdin/github-action@v1.20.1 with: upload_sources: false download_translations: true