From 95cdab82fd25eb946e63e18d3d4b623ff5ac3258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 05:35:03 +0000 Subject: [PATCH] chore(deps): bump crowdin/github-action from 2.9.1 to 2.10.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/590c05e09a29f392b203faf4d6aa8e0cd32c7835...9787f4fcb6a8450929673f1e8db841e8a5c35a2f) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin.yml | 2 +- .github/workflows/update-external-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 75721f7a15..b997506f72 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: crowdin action - uses: crowdin/github-action@590c05e09a29f392b203faf4d6aa8e0cd32c7835 # https://github.com/crowdin/github-action/releases/tag/v2.9.1 + uses: crowdin/github-action@9787f4fcb6a8450929673f1e8db841e8a5c35a2f # https://github.com/crowdin/github-action/releases/tag/v2.10.0 with: upload_sources: true upload_translations: false diff --git a/.github/workflows/update-external-docs.yml b/.github/workflows/update-external-docs.yml index 0b4232b981..d651368a05 100644 --- a/.github/workflows/update-external-docs.yml +++ b/.github/workflows/update-external-docs.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4 # see all the options at https://github.com/crowdin/github-action - name: Crowdin PR - uses: crowdin/github-action@590c05e09a29f392b203faf4d6aa8e0cd32c7835 # https://github.com/crowdin/github-action/releases/tag/v2.9.1 + uses: crowdin/github-action@9787f4fcb6a8450929673f1e8db841e8a5c35a2f # https://github.com/crowdin/github-action/releases/tag/v2.10.0 with: upload_sources: false upload_translations: false