Skip to content

Commit e9b5894

Browse files
Update crowdin/github-action action to v3 (#582)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b378918 commit e9b5894

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@8f01d54f70f1713ee3f09d82c2bbb2daeac28689 # v2.17.1
22+
uses: crowdin/github-action@e4a6c1338b4063c77d46a81875265f9e8bd76f95 # v3.0.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@8f01d54f70f1713ee3f09d82c2bbb2daeac28689 # v2.17.1
24+
uses: crowdin/github-action@e4a6c1338b4063c77d46a81875265f9e8bd76f95 # v3.0.0
2525
with:
2626
upload_sources: false
2727
download_translations: true

0 commit comments

Comments
 (0)