From ae27df6dbaa71155b280707caee7660673faa158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:16:48 +0000 Subject: [PATCH] Bump crowdin/github-action from 1.16.0 to 2.0.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.16.0 to 2.0.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.16.0...v2.0.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-major ... 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 45f9235f..cdc107fe 100644 --- a/.github/workflows/crowdin-download.yml +++ b/.github/workflows/crowdin-download.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - name: "🚀 Crowdin Download" - uses: crowdin/github-action@v1.16.0 + uses: crowdin/github-action@v2.0.0 with: upload_sources: false upload_translations: false diff --git a/.github/workflows/crowdin-upload.yml b/.github/workflows/crowdin-upload.yml index e4a5818d..748406f4 100644 --- a/.github/workflows/crowdin-upload.yml +++ b/.github/workflows/crowdin-upload.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 - name: "🚀 Crowdin Upload" - uses: crowdin/github-action@v1.16.0 + uses: crowdin/github-action@v2.0.0 with: upload_sources: true upload_translations: false