From e4a6f296395342104cb25bcd401f66ab3627b65c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:21:55 +0100 Subject: [PATCH] build(deps): bump crowdin/github-action from 1.11.0 to 1.12.0 (#469) Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/crowdin-download.yml | 2 +- .github/workflows/crowdin-upload.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin-download.yml b/.github/workflows/crowdin-download.yml index d507236b..6fba78f8 100644 --- a/.github/workflows/crowdin-download.yml +++ b/.github/workflows/crowdin-download.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - name: "🚀 Crowdin Download" - uses: crowdin/github-action@v1.11.0 + uses: crowdin/github-action@v1.12.0 with: upload_sources: false upload_translations: false diff --git a/.github/workflows/crowdin-upload.yml b/.github/workflows/crowdin-upload.yml index cf034116..299d3f6e 100644 --- a/.github/workflows/crowdin-upload.yml +++ b/.github/workflows/crowdin-upload.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 0 - name: "🚀 Crowdin Upload" - uses: crowdin/github-action@v1.11.0 + uses: crowdin/github-action@v1.12.0 with: upload_sources: true upload_translations: false