From d8a609a61c03af7b3eb8582b6f952ed3a045cfe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:41:33 +0000 Subject: [PATCH] chore(deps): bump crowdin/github-action from 2.15.0 to 2.16.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/8818ff65bfc4322384f983ea37e3926948c11745...7ca9c452bfe9197d3bb7fa83a4d7e2b0c9ae835d) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 2.16.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 2c11442fb6..404ca01d13 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@7ca9c452bfe9197d3bb7fa83a4d7e2b0c9ae835d # https://github.com/crowdin/github-action/releases/tag/v2.16.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 d96de36509..622b545445 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@7ca9c452bfe9197d3bb7fa83a4d7e2b0c9ae835d # https://github.com/crowdin/github-action/releases/tag/v2.16.0 with: upload_sources: false upload_translations: false