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