From f7869636076d59c2ce88e87102d896f004d91602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 04:33:32 +0000 Subject: [PATCH] chore(deps): bump crowdin/github-action from 2.16.2 to 2.16.3 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.16.2 to 2.16.3. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v2.16.2...v2.16.3) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 2.16.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/sync_translation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_translation.yml b/.github/workflows/sync_translation.yml index 4cdcef1..71e0370 100644 --- a/.github/workflows/sync_translation.yml +++ b/.github/workflows/sync_translation.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6 - name: crowdin action - uses: crowdin/github-action@v2.16.2 + uses: crowdin/github-action@v2.16.3 with: upload_sources: true upload_translations: true