Skip to content

Commit 1a4bbc0

Browse files
Update crowdin/github-action action to v1.18.0
1 parent e13da2f commit 1a4bbc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload latest strings for translation on Crowdin
4646
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
47-
uses: crowdin/github-action@v1.17.0
47+
uses: crowdin/github-action@v1.18.0
4848
with:
4949
crowdin_branch_name: main
5050
config: '.github/crowdin.yml'

.github/workflows/translations.yml

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

2121
- name: Download latest translations from Crowdin
22-
uses: crowdin/github-action@v1.17.0
22+
uses: crowdin/github-action@v1.18.0
2323
with:
2424
upload_sources: false
2525
download_translations: true

0 commit comments

Comments
 (0)