From 22e2d13e4f93a6e89167a917907880c472d28bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:20:14 +0000 Subject: [PATCH] build(deps): bump crowdin/github-action from 2.0.0 to 2.4.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.0.0 to 2.4.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v2.0.0...v2.4.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin-download.yml | 2 +- .github/workflows/crowdin-upload.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin-download.yml b/.github/workflows/crowdin-download.yml index 7a118078..98e551ec 100644 --- a/.github/workflows/crowdin-download.yml +++ b/.github/workflows/crowdin-download.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - name: "🚀 Crowdin Download" - uses: crowdin/github-action@v2.0.0 + uses: crowdin/github-action@v2.4.0 with: upload_sources: false upload_translations: false diff --git a/.github/workflows/crowdin-upload.yml b/.github/workflows/crowdin-upload.yml index d45a9a92..bca0e069 100644 --- a/.github/workflows/crowdin-upload.yml +++ b/.github/workflows/crowdin-upload.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 0 - name: "🚀 Crowdin Upload" - uses: crowdin/github-action@v2.0.0 + uses: crowdin/github-action@v2.4.0 with: upload_sources: true upload_translations: false