From b3da8d8c59eca182f01c1687006284c83ed20eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:11:41 +0000 Subject: [PATCH] Bump crowdin/github-action from 1.20.4 to 2.3.0 Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 1.20.4 to 2.3.0. - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](https://github.com/crowdin/github-action/compare/v1.20.4...v2.3.0) --- updated-dependencies: - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-major ... 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 0240d9a0e..6c63a734b 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v4 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.20.4 + uses: crowdin/github-action@v2.3.0 with: upload_sources: true - name: Download Chinese (simplified) translations - uses: crowdin/github-action@v1.20.4 + uses: crowdin/github-action@v2.3.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.20.4 + uses: crowdin/github-action@v2.3.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.20.4 + uses: crowdin/github-action@v2.3.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.20.4 + uses: crowdin/github-action@v2.3.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.20.4 + uses: crowdin/github-action@v2.3.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.20.4 + uses: crowdin/github-action@v2.3.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.20.4 + uses: crowdin/github-action@v2.3.0 with: upload_sources: false download_translations: true