From 429dd231338869fb04c3ea05a627b525b7b009d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:42:10 +0000 Subject: [PATCH] Bump crowdin/github-action in the minor group across 1 directory Bumps the minor group with 1 update in the / directory: [crowdin/github-action](https://github.com/crowdin/github-action). Updates `crowdin/github-action` from 2.5.0 to 2.5.2 - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v2.5.0...v2.5.2) --- 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 160d050788..20d50d7f93 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.2 with: upload_sources: false upload_translations: false diff --git a/.github/workflows/i18n-bot-upload.yml b/.github/workflows/i18n-bot-upload.yml index 86837384eb..c084d657e0 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.2 with: upload_sources: true upload_translations: false