Skip to content

Commit 81bc939

Browse files
Bump crowdin/github-action from 1 to 2 (#1730)
1 parent 1b4735b commit 81bc939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/crowdin-download.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: crowdin action
19-
uses: crowdin/github-action@v1
19+
uses: crowdin/github-action@v2
2020
with:
2121
upload_sources: false
2222
upload_translations: false

.github/workflows/crowdin-upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: crowdin action
20-
uses: crowdin/github-action@v1
20+
uses: crowdin/github-action@v2
2121
with:
2222
upload_sources: true
2323
upload_translations: true

0 commit comments

Comments
 (0)