From f7b5cb226a76aa491bcd3485ab800a7e6305cefa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 00:39:01 +0000 Subject: [PATCH] build(deps): bump crowdin/github-action from 1 to 2 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1 to 2. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1...v2) --- 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 1967988c..012fa7d5 100644 --- a/.github/workflows/crowdin-download.yml +++ b/.github/workflows/crowdin-download.yml @@ -41,7 +41,7 @@ jobs: git checkout ${{ env.BASE_BRANCH }} - name: Download Crowdin Translations - uses: crowdin/github-action@v1 + uses: crowdin/github-action@v2 with: download_translations: true upload_sources: false diff --git a/.github/workflows/crowdin-upload.yml b/.github/workflows/crowdin-upload.yml index b04623ca..6c5b036a 100644 --- a/.github/workflows/crowdin-upload.yml +++ b/.github/workflows/crowdin-upload.yml @@ -23,7 +23,7 @@ jobs: - name: crowdin action if: steps.changes.outputs.crowdin == 'true' - uses: crowdin/github-action@v1.6.0 + uses: crowdin/github-action@v2 with: upload_sources: true upload_translations: false