Skip to content

Commit fc4c2bf

Browse files
chore(deps): update crowdin/github-action action to v2.15.1 (freeCodeCamp#66561)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e314ca7 commit fc4c2bf

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/crowdin-download.client-ui.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
##### Download Chinese #####
3535
- name: Crowdin Download Chinese Translations
36-
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
36+
uses: crowdin/github-action@d649adabd0daa7ea2ceeb232f66c30224575bb7e # v2.15.1
3737
# options: https://github.com/crowdin/github-action/blob/master/action.yml
3838
with:
3939
# uploads
@@ -69,7 +69,7 @@ jobs:
6969

7070
##### Download Espanol #####
7171
- name: Crowdin Download Espanol Translations
72-
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
72+
uses: crowdin/github-action@d649adabd0daa7ea2ceeb232f66c30224575bb7e # v2.15.1
7373
# options: https://github.com/crowdin/github-action/blob/master/action.yml
7474
with:
7575
# uploads
@@ -98,7 +98,7 @@ jobs:
9898

9999
##### Download Italian #####
100100
- name: Crowdin Download Italian Translations
101-
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
101+
uses: crowdin/github-action@d649adabd0daa7ea2ceeb232f66c30224575bb7e # v2.15.1
102102
# options: https://github.com/crowdin/github-action/blob/master/action.yml
103103
with:
104104
# uploads
@@ -127,7 +127,7 @@ jobs:
127127

128128
##### Download Brazilian Portuguese #####
129129
- name: Crowdin Download Portuguese (Brazilian) Translations
130-
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
130+
uses: crowdin/github-action@d649adabd0daa7ea2ceeb232f66c30224575bb7e # v2.15.1
131131
# options: https://github.com/crowdin/github-action/blob/master/action.yml
132132
with:
133133
# uploads
@@ -156,7 +156,7 @@ jobs:
156156

157157
##### Download Ukrainian #####
158158
- name: Crowdin Download Ukrainian Translations
159-
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
159+
uses: crowdin/github-action@d649adabd0daa7ea2ceeb232f66c30224575bb7e # v2.15.1
160160
# options: https://github.com/crowdin/github-action/blob/master/action.yml
161161
with:
162162
# uploads
@@ -185,7 +185,7 @@ jobs:
185185

186186
##### Download Japanese #####
187187
- name: Crowdin Download Japanese Translations
188-
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
188+
uses: crowdin/github-action@d649adabd0daa7ea2ceeb232f66c30224575bb7e # v2.15.1
189189
# options: https://github.com/crowdin/github-action/blob/master/action.yml
190190
with:
191191
# uploads
@@ -214,7 +214,7 @@ jobs:
214214

215215
##### Download German #####
216216
- name: Crowdin Download German Translations
217-
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
217+
uses: crowdin/github-action@d649adabd0daa7ea2ceeb232f66c30224575bb7e # v2.15.1
218218
# options: https://github.com/crowdin/github-action/blob/master/action.yml
219219
with:
220220
# uploads
@@ -243,7 +243,7 @@ jobs:
243243

244244
##### Download Swahili #####
245245
- name: Crowdin Download Swahili Translations
246-
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
246+
uses: crowdin/github-action@d649adabd0daa7ea2ceeb232f66c30224575bb7e # v2.15.1
247247
# options: https://github.com/crowdin/github-action/blob/master/action.yml
248248
with:
249249
# uploads
@@ -272,7 +272,7 @@ jobs:
272272

273273
##### Download Korean #####
274274
- name: Crowdin Download Korean Translations
275-
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
275+
uses: crowdin/github-action@d649adabd0daa7ea2ceeb232f66c30224575bb7e # v2.15.1
276276
# options: https://github.com/crowdin/github-action/blob/master/action.yml
277277
with:
278278
# uploads

.github/workflows/crowdin-upload.client-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
PROJECT_NAME: 'client'
3333

3434
- name: Crowdin Upload
35-
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
35+
uses: crowdin/github-action@d649adabd0daa7ea2ceeb232f66c30224575bb7e # v2.15.1
3636
# options: https://github.com/crowdin/github-action/blob/master/action.yml
3737
with:
3838
# uploads

.github/workflows/crowdin-upload.curriculum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
PROJECT_NAME: 'curriculum'
3333

3434
- name: Crowdin Upload
35-
uses: crowdin/github-action@8818ff65bfc4322384f983ea37e3926948c11745 # v2.15.0
35+
uses: crowdin/github-action@d649adabd0daa7ea2ceeb232f66c30224575bb7e # v2.15.1
3636
# options: https://github.com/crowdin/github-action/blob/master/action.yml
3737
with:
3838
# uploads

0 commit comments

Comments
 (0)