Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/crowdin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: crowdin action
if: steps.changes.outputs.crowdin == 'true'
uses: crowdin/github-action@v1.11.0
uses: crowdin/github-action@v1.14.0
with:
upload_sources: true
upload_translations: false
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
git checkout ${{ env.BASE_BRANCH }}

- name: Download Crowdin Translations
uses: crowdin/github-action@v1.11.0
uses: crowdin/github-action@v1.14.0
with:
upload_sources: false
upload_translations: false
Expand Down