diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a56dafe5c2754..c4f93a27bea1d 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.16.0 + uses: crowdin/github-action@v1.16.1 with: crowdin_branch_name: main config: '.github/crowdin.yml' diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 54e680f2f8baf..b6a020366dc72 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -30,7 +30,7 @@ jobs: git reset --hard origin/master - name: Download latest translations from Crowdin - uses: crowdin/github-action@v1.16.0 + uses: crowdin/github-action@v1.16.1 with: upload_sources: false download_translations: true