From c028cb58a785774b25e59956cd59763799eb1d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 16:56:29 +0000 Subject: [PATCH] chore(deps): bump crowdin/github-action from 2.7.0 to 2.8.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2...297234bae049541aa48ed268e5de00dee4efa4b4) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-version: 2.8.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 7154b8513e..17c9582af0 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@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # https://github.com/crowdin/github-action/releases/tag/v2.7.0 + uses: crowdin/github-action@297234bae049541aa48ed268e5de00dee4efa4b4 # https://github.com/crowdin/github-action/releases/tag/v2.8.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 ec5cd1edfc..21ab7d728f 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@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # https://github.com/crowdin/github-action/releases/tag/v2.7.0 + uses: crowdin/github-action@297234bae049541aa48ed268e5de00dee4efa4b4 # https://github.com/crowdin/github-action/releases/tag/v2.8.0 with: upload_sources: false upload_translations: false