From 3259bcd6a534a1704c78fc74f3d8cf64d74c3350 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:50:18 +0000 Subject: [PATCH] Update crowdin/github-action action to v2.5.2 (#421) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/update-l10n-sources.yml | 2 +- .github/workflows/update-l10n-translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-l10n-sources.yml b/.github/workflows/update-l10n-sources.yml index 00c39f23..b01f30cb 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.5.1 + uses: crowdin/github-action@v2.5.2 with: upload_sources: true upload_translations: false diff --git a/.github/workflows/update-l10n-translations.yml b/.github/workflows/update-l10n-translations.yml index 4584b1fe..5e1add0b 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.5.1 + uses: crowdin/github-action@v2.5.2 with: upload_sources: false upload_translations: false