From fdda8307db4765c20e1da4d1d6519c1a3080eb59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:51:17 +0000 Subject: [PATCH] chore(deps): bump crowdin/github-action from 1.12.0 to 1.13.1 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.12.0...v1.13.1) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 20897b6a1a..e889fa7718 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -28,7 +28,7 @@ jobs: - name: Extract messages run: yarn intl:extract - name: Synchronize - uses: crowdin/github-action@v1.12.0 + uses: crowdin/github-action@v1.13.1 with: upload_translations: true download_translations: true