Skip to content

Commit 9d539d6

Browse files
ci(crowdin): bump github-actions to 1.1.2
1 parent b9af164 commit 9d539d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- run: yarn global add now
9797

9898
- name: Download eo-UY
99-
uses: crowdin/github-action@1.0.19
99+
uses: crowdin/github-action@1.1.2
100100
with:
101101
config: crowdin.yml
102102
upload_sources: false
@@ -109,7 +109,7 @@ jobs:
109109
debug_mode: true
110110

111111
- name: Download ja
112-
uses: crowdin/github-action@1.0.19
112+
uses: crowdin/github-action@1.1.2
113113
with:
114114
config: crowdin.yml
115115
upload_sources: false
@@ -122,7 +122,7 @@ jobs:
122122
debug_mode: true
123123

124124
- name: Download zh-CN
125-
uses: crowdin/github-action@1.0.19
125+
uses: crowdin/github-action@1.1.2
126126
with:
127127
config: crowdin.yml
128128
upload_sources: false

.github/workflows/crowdin-uploads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v2
2727

2828
- name: Upload
29-
uses: crowdin/github-action@1.0.13
29+
uses: crowdin/github-action@1.1.2
3030
with:
3131
config: crowdin.yml
3232
crowdin_branch_name: ${{ env.CROWDIN_BRANCH }}

0 commit comments

Comments
 (0)