From 63915f3637b26b3019dbf6f6b66ed30fd11cb882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:34:25 +0000 Subject: [PATCH] Bump crowdin/github-action from 2.1.2 to 2.2.0 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.1.2 to 2.2.0 - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor 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 310ec569c0..1562a90510 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.1.2 + uses: crowdin/github-action@v2.2.0 with: upload_sources: false upload_translations: false diff --git a/.github/workflows/i18n-bot-upload.yml b/.github/workflows/i18n-bot-upload.yml index 61063fbe06..8073254fd6 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.1.2 + uses: crowdin/github-action@v2.2.0 with: upload_sources: true upload_translations: false