From 66b9afe3b6497fde6da939db75859e4dd32961ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:01:50 +0000 Subject: [PATCH] Bump crowdin/github-action from 2.5.0 to 2.5.1 in the minor group Bumps the minor group with 1 update: [crowdin/github-action](https://github.com/crowdin/github-action). Updates `crowdin/github-action` from 2.5.0 to 2.5.1 - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/i18n-bot-download.yml | 2 +- .github/workflows/i18n-bot-upload.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/i18n-bot-download.yml b/.github/workflows/i18n-bot-download.yml index 160d05078..315a3d709 100644 --- a/.github/workflows/i18n-bot-download.yml +++ b/.github/workflows/i18n-bot-download.yml @@ -26,7 +26,7 @@ jobs: run: pnpm install --frozen-lockfile --prefer-offline - name: Download updated i18n files - uses: crowdin/github-action@v2.5.0 + uses: crowdin/github-action@v2.5.1 with: upload_sources: false upload_translations: false diff --git a/.github/workflows/i18n-bot-upload.yml b/.github/workflows/i18n-bot-upload.yml index 86837384e..c643af7f3 100644 --- a/.github/workflows/i18n-bot-upload.yml +++ b/.github/workflows/i18n-bot-upload.yml @@ -20,7 +20,7 @@ jobs: run: dimJSON="$(jq -S . src/locale/en.json)" && echo "${dimJSON}" > src/locale/en.json - name: Upload updated en.json to crowdin - uses: crowdin/github-action@v2.5.0 + uses: crowdin/github-action@v2.5.1 with: upload_sources: true upload_translations: false