Skip to content

Commit e4bb6da

Browse files
committed
Update crowdin/github-action action to v1.4.7
1 parent 0cd36c1 commit e4bb6da

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
- name: Upload latest strings for translation on Crowdin
4242
continue-on-error: true
4343
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
44-
uses: crowdin/github-action@1.4.6
44+
uses: crowdin/github-action@1.4.7
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
@@ -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.6
18+
uses: crowdin/github-action@1.4.7
1919
with:
2020
upload_sources: false
2121
download_translations: true

0 commit comments

Comments
 (0)