From ef8e41196b2e8e13a983a777bf0343afebdb99c5 Mon Sep 17 00:00:00 2001 From: BruceChen Date: Sat, 28 Mar 2026 00:40:05 +0800 Subject: [PATCH] Update Crowdin GitHub Action version in build-and-release.yml - Upgraded the Crowdin GitHub Action from v1.6.0 to v1.20.4 to leverage the latest features and improvements. --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 9cde2ae2..97147eb8 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -69,7 +69,7 @@ jobs: CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_TOKEN }} - name: Download translations from crowdin - uses: crowdin/github-action@v1.6.0 + uses: crowdin/github-action@v1.20.4 if: steps.cache-check.outputs.cache-hit != 'true' && steps.crowdin-check.outputs.available == 'true' with: upload_sources: false