From 709afee187d259ce2b5f915f9ad23233e2b4152d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 21:03:15 +0000 Subject: [PATCH] chore(deps): bump crowdin/github-action from 2.14.0 to 2.14.1 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v2.14.0...v2.14.1) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 108a5b26..c2432f90 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.14.0 + uses: crowdin/github-action@v2.14.1 with: download_translations: true skip_untranslated_files: true