From 2b84d411e78e7fdd0ce20575e7d6335fe592691c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 11:07:09 +0000 Subject: [PATCH] Update crowdin/github-action action to v1.11.0 --- .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 2623fd054..9b3cbc631 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,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.10.0 + uses: crowdin/github-action@v1.11.0 with: crowdin_branch_name: main config: '.github/crowdin.yml' diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index aca0d1ef7..f75abc961 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -26,7 +26,7 @@ jobs: git reset --hard origin/master - name: Download latest translations from Crowdin - uses: crowdin/github-action@v1.10.0 + uses: crowdin/github-action@v1.11.0 with: upload_sources: false download_translations: true