diff --git a/.github/workflows/update-l10n-sources.yml b/.github/workflows/update-l10n-sources.yml index c6a484e5..6970a570 100644 --- a/.github/workflows/update-l10n-sources.yml +++ b/.github/workflows/update-l10n-sources.yml @@ -44,7 +44,7 @@ jobs: - name: Upload sources and download translations 🌐 if: env.NUM_DIFFS > 1 - uses: crowdin/github-action@v2.11.0 + uses: crowdin/github-action@v2.12.0 with: upload_sources: true upload_translations: false diff --git a/.github/workflows/update-l10n-translations.yml b/.github/workflows/update-l10n-translations.yml index 657a62b6..f5d20bfe 100644 --- a/.github/workflows/update-l10n-translations.yml +++ b/.github/workflows/update-l10n-translations.yml @@ -15,7 +15,7 @@ jobs: token: ${{ secrets.PAT }} - name: Download translations 🌐 - uses: crowdin/github-action@v2.11.0 + uses: crowdin/github-action@v2.12.0 with: upload_sources: false upload_translations: false