Skip to content

Commit e778282

Browse files
Update crowdin/github-action action to v1.13.1
1 parent 1b13bf2 commit e778282

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

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

.github/workflows/translations.yml

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

1818
- name: Download latest translations from Crowdin
19-
uses: crowdin/github-action@v1.13.0
19+
uses: crowdin/github-action@v1.13.1
2020
with:
2121
upload_sources: false
2222
download_translations: true

0 commit comments

Comments
 (0)