From f68de77eba68aa7bd6cc47de09527b0e9574251a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 02:50:35 +0000 Subject: [PATCH] chore(deps): bump crowdin/github-action from 1.4.14 to 2.7.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.4.14 to 2.7.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/97aa99cbebfe99b964e3521e6421c1518146d4b9...b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 2.7.0 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 dd42b77687..594fd45da9 100644 --- a/.github/workflows/crowdin-download.yml +++ b/.github/workflows/crowdin-download.yml @@ -27,7 +27,7 @@ jobs: cache: 'yarn' - name: crowdin action - uses: crowdin/github-action@97aa99cbebfe99b964e3521e6421c1518146d4b9 # v1.4.12 + uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v1.4.12 with: project_id: 502668 token: ${{ secrets.CROWDIN_TOKEN }} diff --git a/.github/workflows/crowdin-upload.yml b/.github/workflows/crowdin-upload.yml index 5ebbd717a3..d4aa9e8295 100644 --- a/.github/workflows/crowdin-upload.yml +++ b/.github/workflows/crowdin-upload.yml @@ -21,7 +21,7 @@ jobs: cache: 'yarn' - name: Synchronize - uses: crowdin/github-action@97aa99cbebfe99b964e3521e6421c1518146d4b9 # v1.4.12 + uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v1.4.12 with: upload_sources: true download_translations: false