5151 uses : actions/checkout@v4
5252
5353 - name : Synchronize with Crowdin
54- uses : crowdin/github-action@v3.0.0-next.0
54+ uses : crowdin/github-action@v3.0.0-next.1
5555 with :
5656 upload_sources : true
5757 upload_translations : true
8585 uses : actions/checkout@v4
8686
8787 - name : Synchronize with Crowdin
88- uses : crowdin/github-action@v3.0.0-next.0
88+ uses : crowdin/github-action@v3.0.0-next.1
8989 with :
9090 upload_sources : true
9191 upload_translations : false
@@ -117,7 +117,7 @@ jobs:
117117 uses : actions/checkout@v4
118118
119119 - name : Crowdin sync
120- uses : crowdin/github-action@v3.0.0-next.0
120+ uses : crowdin/github-action@v3.0.0-next.1
121121 with :
122122 upload_sources : true
123123 upload_translations : false
@@ -151,7 +151,7 @@ jobs:
151151 uses: actions/checkout@v4
152152
153153 - name: Crowdin push
154- uses: crowdin/github-action@v3.0.0-next.0
154+ uses: crowdin/github-action@v3.0.0-next.1
155155 with:
156156 upload_sources: true
157157 upload_translations: false
@@ -178,7 +178,7 @@ jobs:
178178 uses: actions/checkout@v4
179179
180180 - name: Crowdin push
181- uses: crowdin/github-action@v3.0.0-next.0
181+ uses: crowdin/github-action@v3.0.0-next.1
182182 with:
183183 upload_sources: true
184184 upload_translations: false
@@ -224,7 +224,7 @@ jobs:
224224 restore-keys: crowdin-${{ github.ref_name }}-
225225
226226 - name: Crowdin push
227- uses: crowdin/github-action@v3.0.0-next.0
227+ uses: crowdin/github-action@v3.0.0-next.1
228228 with:
229229 upload_sources: true
230230 upload_translations: false
@@ -263,7 +263,7 @@ jobs:
263263 uses: actions/checkout@v4
264264
265265 - name: Crowdin pull
266- uses: crowdin/github-action@v3.0.0-next.0
266+ uses: crowdin/github-action@v3.0.0-next.1
267267 with:
268268 upload_sources: false
269269 upload_translations: false
@@ -298,7 +298,7 @@ jobs:
298298 uses: actions/checkout@v4
299299
300300 - name: Crowdin pull
301- uses: crowdin/github-action@v3.0.0-next.0
301+ uses: crowdin/github-action@v3.0.0-next.1
302302 with:
303303 download_translations: false
304304 download_bundle: 1
@@ -334,7 +334,7 @@ jobs:
334334 uses: actions/checkout@v4
335335
336336 - name: Synchronize with Crowdin
337- uses: crowdin/github-action@v3.0.0-next.0
337+ uses: crowdin/github-action@v3.0.0-next.1
338338 with:
339339 upload_sources: true
340340 upload_translations: true
@@ -364,7 +364,7 @@ By default, the Action looks for the `crowdin.yml` file in the repository root.
364364# ...
365365
366366- name: Crowdin
367- uses: crowdin/github-action@v3.0.0-next.0
367+ uses: crowdin/github-action@v3.0.0-next.1
368368 with:
369369 config: '.github/crowdin.yml'
370370 #...
@@ -396,7 +396,7 @@ jobs:
396396 uses: actions/checkout@v4
397397
398398 - name: Matrix
399- uses: crowdin/github-action@v3.0.0-next.0
399+ uses: crowdin/github-action@v3.0.0-next.1
400400 with:
401401 upload_sources: false
402402 upload_translations: false
@@ -442,7 +442,7 @@ jobs:
442442 fetch-depth: 0
443443
444444 - name: Synchronize with Crowdin
445- uses: crowdin/github-action@v3.0.0-next.0
445+ uses: crowdin/github-action@v3.0.0-next.1
446446 with:
447447 upload_sources: true
448448 upload_translations: true
@@ -527,7 +527,7 @@ There is a possibility to get the URL, number, and creation status of the Pull R
527527` ` ` yaml
528528# ...
529529- name: Crowdin
530- uses: crowdin/github-action@v3.0.0-next.0
530+ uses: crowdin/github-action@v3.0.0-next.1
531531 id: crowdin-download
532532 with:
533533 download_translations: true
@@ -588,7 +588,7 @@ jobs:
588588 permission-pull-requests: write
589589
590590 - name: Synchronize with Crowdin
591- uses: crowdin/github-action@v3.0.0-next.0
591+ uses: crowdin/github-action@v3.0.0-next.1
592592 with:
593593 upload_sources: true
594594 download_translations: true
@@ -627,7 +627,7 @@ jobs:
627627 uses: actions/checkout@v4
628628
629629 - name: Check translation progress
630- uses: crowdin/github-action@v3.0.0-next.0
630+ uses: crowdin/github-action@v3.0.0-next.1
631631 with:
632632 command: 'status translation'
633633 command_args: '--fail-if-incomplete'
@@ -654,7 +654,7 @@ jobs:
654654 uses: actions/checkout@v4
655655
656656 - name: Pre-translate
657- uses: crowdin/github-action@v3.0.0-next.0
657+ uses: crowdin/github-action@v3.0.0-next.1
658658 with:
659659 command: 'auto-translate'
660660 command_args: '--language uk --method tm'
0 commit comments