From fae3c1e1cee1a6ff7a95d2c830ebbd30a3c0e59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 02:07:32 +0000 Subject: [PATCH] Bump crowdin/github-action from 1.13.1 to 1.14.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.13.1 to 1.14.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.13.1...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-actions.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index f063ff471..584348349 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v3 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download French translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true @@ -60,7 +60,7 @@ jobs: config: crowdin.yaml - name: Download German translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true @@ -78,7 +78,7 @@ jobs: config: crowdin.yaml - name: Download Indonesian translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true @@ -96,7 +96,7 @@ jobs: config: crowdin.yaml - name: Download Italian translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true @@ -114,7 +114,7 @@ jobs: config: crowdin.yaml - name: Download Te Reo Māori translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true @@ -132,7 +132,7 @@ jobs: config: crowdin.yaml - name: Download Turkish translations - uses: crowdin/github-action@v1.13.1 + uses: crowdin/github-action@v1.14.0 with: upload_sources: false download_translations: true