Skip to content

Commit 426dc0c

Browse files
Update crowdin/github-action action to v1.5.0
1 parent 76e3226 commit 426dc0c

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
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Upload latest strings for translation on Crowdin
4242
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
43-
uses: crowdin/github-action@1.4.16
43+
uses: crowdin/github-action@1.5.0
4444
with:
4545
crowdin_branch_name: main
4646
config: '.github/crowdin.yml'

.github/workflows/translations.yml

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

1717
- name: Download latest translations from Crowdin
18-
uses: crowdin/github-action@1.4.16
18+
uses: crowdin/github-action@1.5.0
1919
with:
2020
upload_sources: false
2121
download_translations: true

0 commit comments

Comments
 (0)