Skip to content

Commit 34f9de7

Browse files
committed
(build) update the actions/[email protected]
1 parent f954025 commit 34f9de7

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
-
5151
name: Cache cake frosting
5252
id: cache-cake
53-
uses: actions/[email protected].2
53+
uses: actions/[email protected].11
5454
with:
5555
path: run
5656
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -83,14 +83,14 @@ jobs:
8383
-
8484
name: Use cached cake frosting
8585
id: cache-cake
86-
uses: actions/[email protected].2
86+
uses: actions/[email protected].11
8787
with:
8888
path: run
8989
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
9090
-
9191
name: Use cached tools
9292
id: cache-tools
93-
uses: actions/[email protected].2
93+
uses: actions/[email protected].11
9494
with:
9595
path: tools
9696
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -147,14 +147,14 @@ jobs:
147147
-
148148
name: Use cached cake frosting
149149
id: cache-cake
150-
uses: actions/[email protected].2
150+
uses: actions/[email protected].11
151151
with:
152152
path: run
153153
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
154154
-
155155
name: Use cached tools
156156
id: cache-tools
157-
uses: actions/[email protected].2
157+
uses: actions/[email protected].11
158158
with:
159159
path: tools
160160
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -194,14 +194,14 @@ jobs:
194194
-
195195
name: Use cached cake frosting
196196
id: cache-cake
197-
uses: actions/[email protected].2
197+
uses: actions/[email protected].11
198198
with:
199199
path: run
200200
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
201201
-
202202
name: Use cached tools
203203
id: cache-tools
204-
uses: actions/[email protected].2
204+
uses: actions/[email protected].11
205205
with:
206206
path: tools
207207
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -241,14 +241,14 @@ jobs:
241241
-
242242
name: Use cached cake frosting
243243
id: cache-cake
244-
uses: actions/[email protected].2
244+
uses: actions/[email protected].11
245245
with:
246246
path: run
247247
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
248248
-
249249
name: Use cached tools
250250
id: cache-tools
251-
uses: actions/[email protected].2
251+
uses: actions/[email protected].11
252252
with:
253253
path: tools
254254
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -306,14 +306,14 @@ jobs:
306306
-
307307
name: Use cached cake frosting
308308
id: cache-cake
309-
uses: actions/[email protected].2
309+
uses: actions/[email protected].11
310310
with:
311311
path: run
312312
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
313313
-
314314
name: Use cached tools
315315
id: cache-tools
316-
uses: actions/[email protected].2
316+
uses: actions/[email protected].11
317317
with:
318318
path: tools
319319
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -405,14 +405,14 @@ jobs:
405405
-
406406
name: Use cached cake frosting
407407
id: cache-cake
408-
uses: actions/[email protected].2
408+
uses: actions/[email protected].11
409409
with:
410410
path: run
411411
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
412412
-
413413
name: Use cached tools
414414
id: cache-tools
415-
uses: actions/[email protected].2
415+
uses: actions/[email protected].11
416416
with:
417417
path: tools
418418
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -448,14 +448,14 @@ jobs:
448448
-
449449
name: Use cached cake frosting
450450
id: cache-cake
451-
uses: actions/[email protected].2
451+
uses: actions/[email protected].11
452452
with:
453453
path: run
454454
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
455455
-
456456
name: Use cached tools
457457
id: cache-tools
458-
uses: actions/[email protected].2
458+
uses: actions/[email protected].11
459459
with:
460460
path: tools
461461
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
-
5353
name: Cache cake frosting
5454
id: cache-cake
55-
uses: actions/[email protected].2
55+
uses: actions/[email protected].11
5656
with:
5757
path: run
5858
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}

.github/workflows/docs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545
-
4646
name: Cache cake frosting
4747
id: cache-cake
48-
uses: actions/[email protected].2
48+
uses: actions/[email protected].11
4949
with:
5050
path: run
5151
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
5252
-
5353
name: Use cached tools
5454
id: cache-tools
55-
uses: actions/[email protected].2
55+
uses: actions/[email protected].11
5656
with:
5757
path: tools
5858
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -63,7 +63,7 @@ jobs:
6363
-
6464
name: Cache Node Modules
6565
id: cache-node
66-
uses: actions/[email protected].2
66+
uses: actions/[email protected].11
6767
with:
6868
path: ${{ steps.cache-node-dir.outputs.dir }}
6969
key: node-${{ runner.os }}-${{ hashFiles('./package-lock.json') }}
@@ -92,14 +92,14 @@ jobs:
9292
-
9393
name: Use cached cake frosting
9494
id: cache-cake
95-
uses: actions/[email protected].2
95+
uses: actions/[email protected].11
9696
with:
9797
path: run
9898
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
9999
-
100100
name: Use cached tools
101101
id: cache-tools
102-
uses: actions/[email protected].2
102+
uses: actions/[email protected].11
103103
with:
104104
path: tools
105105
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
@@ -150,14 +150,14 @@ jobs:
150150
-
151151
name: Use cached cake frosting
152152
id: cache-cake
153-
uses: actions/[email protected].2
153+
uses: actions/[email protected].11
154154
with:
155155
path: run
156156
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
157157
-
158158
name: Use cached tools
159159
id: cache-tools
160-
uses: actions/[email protected].2
160+
uses: actions/[email protected].11
161161
with:
162162
path: tools
163163
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}

0 commit comments

Comments
 (0)