From 59e409f3202ffd5a75b4e2594dc5cea074f9b442 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 2 May 2021 20:35:48 +0000 Subject: [PATCH] Update crowdin/github-action action to v1.1.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 3d99c9263..379b38ff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,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.0.19 + uses: crowdin/github-action@1.1.0 with: crowdin_branch_name: main project_id: ${{ secrets.ASF_CROWDIN_PROJECT_ID }} diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 5866ded03..c9869d7a0 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -25,7 +25,7 @@ jobs: git reset --hard origin/master - name: Download latest translations from Crowdin - uses: crowdin/github-action@1.0.19 + uses: crowdin/github-action@1.1.0 with: upload_sources: false download_translations: true