Update crowdin/github-action action to v2 (#4428)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-05-30 09:25:36 +08:00
committed by GitHub
parent 9003860d08
commit 333ba17cd9
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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