Skip to content

Commit da1e49f

Browse files
chore(deps): update crowdin/github-action action to v2.5.2
1 parent 30498df commit da1e49f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/crowdin-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
submodules: recursive
2121

2222
- name: Upload latest strings for translation on Crowdin
23-
uses: crowdin/github-action@v2.5.1
23+
uses: crowdin/github-action@v2.5.2
2424
with:
2525
crowdin_branch_name: main
2626
config: '.github/crowdin.yml'

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git reset --hard origin/master
3232
3333
- name: Download latest translations from Crowdin
34-
uses: crowdin/github-action@v2.5.1
34+
uses: crowdin/github-action@v2.5.2
3535
with:
3636
upload_sources: false
3737
download_translations: true

0 commit comments

Comments
 (0)