Skip to content

Commit 3a02d1d

Browse files
committed
Update crowdin/github-action action to v1.16.0
1 parent 3af06e3 commit 3a02d1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-l10n-sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload sources and download translations 🌐
4646
if: env.NUM_DIFFS > 1
47-
uses: crowdin/github-action@v1.15.2
47+
uses: crowdin/github-action@v1.16.0
4848
with:
4949
upload_sources: true
5050
upload_translations: false

.github/workflows/update-l10n-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
token: ${{ secrets.PAT }}
1616

1717
- name: Download translations 🌐
18-
uses: crowdin/github-action@v1.15.2
18+
uses: crowdin/github-action@v1.16.0
1919
with:
2020
upload_sources: false
2121
upload_translations: false

0 commit comments

Comments
 (0)