From f62ea9baccc1502e450cac357676e4fe17afbb50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 00:36:18 +0000 Subject: [PATCH] fix(deps): bump crowdin/github-action from 1.11.0 to 1.14.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.11.0 to 1.14.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.11.0...v1.14.0) --- 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.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin.yaml b/.github/workflows/crowdin.yaml index d90cd6d68..da92786c5 100644 --- a/.github/workflows/crowdin.yaml +++ b/.github/workflows/crowdin.yaml @@ -24,7 +24,7 @@ jobs: - name: crowdin action if: steps.changes.outputs.crowdin == 'true' - uses: crowdin/github-action@v1.11.0 + uses: crowdin/github-action@v1.14.0 with: upload_sources: true upload_translations: false @@ -69,7 +69,7 @@ jobs: git checkout ${{ env.BASE_BRANCH }} - name: Download Crowdin Translations - uses: crowdin/github-action@v1.11.0 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false upload_translations: false