From 5bf7806c4862b28faf3447307d10e94f7f9e7a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:03:32 +0000 Subject: [PATCH] build(deps): bump crowdin/github-action from 1.14.0 to 1.15.2 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.14.0 to 1.15.2. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.14.0...v1.15.2) --- 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-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 fcdd3cf6..8ed6e27b 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.14.0 + uses: crowdin/github-action@v1.15.2 with: upload_sources: false upload_translations: false diff --git a/.github/workflows/crowdin-upload.yml b/.github/workflows/crowdin-upload.yml index 50132950..2d8098fa 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.14.0 + uses: crowdin/github-action@v1.15.2 with: upload_sources: true upload_translations: false