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