From 58646d926c968754bf9d378eca12a435ed84237d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Sat, 14 Nov 2020 13:47:10 +0300 Subject: [PATCH] downgraded crowdin workflow version --- .github/workflows/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index aba2343b3..f18017477 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 - name: Sync with Crowdin - uses: crowdin/github-action@master + uses: crowdin/github-action@1.0.10 with: upload_sources: true upload_translations: true