diff --git a/.github/workflows/i18n-bot-download.yml b/.github/workflows/i18n-bot-download.yml index d51649b433..2738c5e99b 100644 --- a/.github/workflows/i18n-bot-download.yml +++ b/.github/workflows/i18n-bot-download.yml @@ -20,7 +20,7 @@ jobs: - uses: ./.github/actions/setup-pnpm - name: Download updated i18n files - uses: crowdin/github-action@v3.0.0 + uses: crowdin/github-action@v3.0.2 with: upload_sources: false upload_translations: false diff --git a/.github/workflows/i18n-bot-upload.yml b/.github/workflows/i18n-bot-upload.yml index 310e78e6e2..98b48e5466 100644 --- a/.github/workflows/i18n-bot-upload.yml +++ b/.github/workflows/i18n-bot-upload.yml @@ -20,7 +20,7 @@ jobs: run: dimJSON="$(jq -S . src/locale/en.json)" && echo "${dimJSON}" > src/locale/en.json - name: Upload updated en.json to crowdin - uses: crowdin/github-action@v3.0.0 + uses: crowdin/github-action@v3.0.2 with: upload_sources: true upload_translations: false