From 7a07b6a22bae7f73c0ec3ac3bb814341592761d7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Dec 2021 22:08:30 +0000 Subject: [PATCH] Update crowdin/github-action action to v1.4.2 --- .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 b65f13030..2e700c1fa 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' && matrix.configuration == 'Release' && startsWith(matrix.os, 'ubuntu-') }} - uses: crowdin/github-action@1.4.1 + uses: crowdin/github-action@1.4.2 with: crowdin_branch_name: main config: '.github/crowdin.yml' diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 234317a0e..a136eebc3 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.4.1 + uses: crowdin/github-action@1.4.2 with: upload_sources: false download_translations: true