From d8520e5a3d3a0de5b65e56258ae561a9c6744747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:24:35 +0000 Subject: [PATCH] build(deps): bump crowdin/github-action from 2.0.0 to 2.1.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v2.0.0...v2.1.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..cff5d25e 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.1.0 with: upload_sources: false upload_translations: false diff --git a/.github/workflows/crowdin-upload.yml b/.github/workflows/crowdin-upload.yml index d45a9a92..2bab603e 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.1.0 with: upload_sources: true upload_translations: false