From 333ba17cd9c11c85b26aa596dd88a3dc4ea5d4ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 09:25:36 +0800 Subject: [PATCH] Update crowdin/github-action action to v2 (#4428) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/crowdin.yml | 2 +- .github/workflows/crowdin_download.yml | 2 +- .github/workflows/crowdin_upload.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 87e9837214..9aff6cf56f 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Sync Translations - uses: crowdin/github-action@v1 + uses: crowdin/github-action@v2 with: upload_translations: false upload_sources: true diff --git a/.github/workflows/crowdin_download.yml b/.github/workflows/crowdin_download.yml index ac5b14296f..98bc40adbb 100644 --- a/.github/workflows/crowdin_download.yml +++ b/.github/workflows/crowdin_download.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Download translations - uses: crowdin/github-action@v1 + uses: crowdin/github-action@v2 with: upload_translations: false upload_sources: false diff --git a/.github/workflows/crowdin_upload.yml b/.github/workflows/crowdin_upload.yml index 327219b20e..0d528e80ab 100644 --- a/.github/workflows/crowdin_upload.yml +++ b/.github/workflows/crowdin_upload.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Upload Strings - uses: crowdin/github-action@v1 + uses: crowdin/github-action@v2 with: upload_translations: false upload_sources: true