From d775f40602c471d3d5fa6210b0160f096b5c4814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:04:11 +0000 Subject: [PATCH] chore(deps): bump crowdin/github-action from 2.17.0 to 3.0.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.17.0 to 3.0.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v2.17.0...v3.0.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 3269e2da2..b3bc4e5fe 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -21,7 +21,7 @@ jobs: with: token: ${{ secrets.PUSH_TO_PROTECTED_BRANCH }} - name: Fetch Crowdin translations - uses: crowdin/github-action@v2.17.0 + uses: crowdin/github-action@v3.0.0 with: download_translations: true skip_untranslated_files: true