Skip to content

Commit ed206c9

Browse files
Update crowdin/github-action action to v2.10.0
1 parent a241810 commit ed206c9

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
@@ -19,7 +19,7 @@ jobs:
1919
show-progress: false
2020

2121
- name: Upload latest strings for translation on Crowdin
22-
uses: crowdin/github-action@590c05e09a29f392b203faf4d6aa8e0cd32c7835 # v2.9.1
22+
uses: crowdin/github-action@9787f4fcb6a8450929673f1e8db841e8a5c35a2f # v2.10.0
2323
with:
2424
crowdin_branch_name: main
2525
config: '.github/crowdin.yml'

.github/workflows/translations.yml

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

2323
- name: Download latest translations from Crowdin
24-
uses: crowdin/github-action@590c05e09a29f392b203faf4d6aa8e0cd32c7835 # v2.9.1
24+
uses: crowdin/github-action@9787f4fcb6a8450929673f1e8db841e8a5c35a2f # v2.10.0
2525
with:
2626
upload_sources: false
2727
download_translations: true

0 commit comments

Comments
 (0)