Skip to content

Commit 024c77d

Browse files
Update crowdin/github-action action to v2.5.1 (#420)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c612c3 commit 024c77d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-l10n-sources.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload sources and download translations 🌐
4646
if: env.NUM_DIFFS > 1
47-
uses: crowdin/github-action@v2.5.0
47+
uses: crowdin/github-action@v2.5.1
4848
with:
4949
upload_sources: true
5050
upload_translations: false

.github/workflows/update-l10n-translations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
token: ${{ secrets.PAT }}
1616

1717
- name: Download translations 🌐
18-
uses: crowdin/github-action@v2.5.0
18+
uses: crowdin/github-action@v2.5.1
1919
with:
2020
upload_sources: false
2121
upload_translations: false

0 commit comments

Comments
 (0)