From b6dd969fee9854b3729acdaae5dc2f02c40a92d2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 23 Jul 2021 08:40:09 +0000 Subject: [PATCH] Update crowdin/github-action action to v1.3.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 9f1e88793..9f35f3a95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Upload latest strings for translation on Crowdin continue-on-error: true if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }} - uses: crowdin/github-action@1.2.0 + uses: crowdin/github-action@1.3.0 with: crowdin_branch_name: main config: '.github/crowdin.yml' diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 0d4a0c54f..498c490c3 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@1.2.0 + uses: crowdin/github-action@1.3.0 with: upload_sources: false download_translations: true