From bae917c3e09aaf9690831fcf6ad7c98d779214f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 20:17:21 +0000 Subject: [PATCH] chore(deps): bump crowdin/github-action from 2.15.0 to 2.16.2 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.15.0 to 2.16.2. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/8818ff65bfc4322384f983ea37e3926948c11745...8868a33591d21088edfc398968173a3b98d51706) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 2.16.2 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 2c11442fb6..9376324461 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@8818ff65bfc4322384f983ea37e3926948c11745 # https://github.com/crowdin/github-action/releases/tag/v2.15.0 + uses: crowdin/github-action@8868a33591d21088edfc398968173a3b98d51706 # https://github.com/crowdin/github-action/releases/tag/v2.16.2 with: upload_sources: true upload_translations: false diff --git a/.github/workflows/update-external-docs.yml b/.github/workflows/update-external-docs.yml index d96de36509..f76a5d409e 100644 --- a/.github/workflows/update-external-docs.yml +++ b/.github/workflows/update-external-docs.yml @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v6 # see all the options at https://github.com/crowdin/github-action - name: Crowdin PR - uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # https://github.com/crowdin/github-action/releases/tag/v2.15.0 + uses: crowdin/github-action@8868a33591d21088edfc398968173a3b98d51706 # https://github.com/crowdin/github-action/releases/tag/v2.16.2 with: upload_sources: false upload_translations: false