Skip to content

Commit 3a29fab

Browse files
Update crowdin/github-action action to v1.20.2
1 parent 7a2609d commit 3a29fab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

4545
- name: Upload latest strings for translation on Crowdin
4646
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
47-
uses: crowdin/github-action@v1.20.1
47+
uses: crowdin/github-action@v1.20.2
4848
with:
4949
crowdin_branch_name: main
5050
config: '.github/crowdin.yml'

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
2121

2222
- name: Download latest translations from Crowdin
23-
uses: crowdin/github-action@v1.20.1
23+
uses: crowdin/github-action@v1.20.2
2424
with:
2525
upload_sources: false
2626
download_translations: true

0 commit comments

Comments
 (0)