From eef4adaed5507760bdef8c40398f1e374f94e474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:35:34 +0000 Subject: [PATCH] Bump crowdin/github-action from 2.1.1 to 2.1.2 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.1 to 2.1.2 - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v2.1.1...v2.1.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 5aaabba7f7..310ec569c0 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.1 + uses: crowdin/github-action@v2.1.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 97a51984ed..61063fbe06 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.1 + uses: crowdin/github-action@v2.1.2 with: upload_sources: true upload_translations: false