From ccd91052732ae9fc06a77620d3103b3cd75ce201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:03:20 +0000 Subject: [PATCH] Bump crowdin/github-action from 2.5.0 to 2.5.1 (#2187) --- .github/workflows/ci.yml | 2 +- .github/workflows/update-locales.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06e1daf1b..bfc711c94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -579,7 +579,7 @@ jobs: - name: 'Upload sources to Crowdin' if: steps.changes.outputs.sources == 'true' - uses: crowdin/github-action@v2.5.0 + uses: crowdin/github-action@v2.5.1 with: upload_sources: true upload_translations: false diff --git a/.github/workflows/update-locales.yml b/.github/workflows/update-locales.yml index 3333ad144..e107c36dc 100644 --- a/.github/workflows/update-locales.yml +++ b/.github/workflows/update-locales.yml @@ -25,7 +25,7 @@ jobs: sparse-checkout-cone-mode: false - name: 'Download translations from Crowdin' - uses: crowdin/github-action@v2.5.0 + uses: crowdin/github-action@v2.5.1 with: upload_sources: false upload_translations: false