@@ -21,15 +21,15 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Cache Pub hosted dependencies
24
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
24
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
25
25
with :
26
26
path : " ~/.pub-cache/hosted"
27
27
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
28
28
restore-keys : |
29
29
os:ubuntu-latest;pub-cache-hosted
30
30
os:ubuntu-latest
31
31
- name : Setup Dart SDK
32
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
32
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
33
33
with :
34
34
sdk : stable
35
35
- id : checkout
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Cache Pub hosted dependencies
47
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
47
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
48
48
with :
49
49
path : " ~/.pub-cache/hosted"
50
50
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:analyze_1"
54
54
os:ubuntu-latest;pub-cache-hosted
55
55
os:ubuntu-latest
56
56
- name : Setup Dart SDK
57
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
57
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
58
58
with :
59
59
sdk : " 3.6.0"
60
60
- id : checkout
@@ -110,7 +110,7 @@ jobs:
110
110
runs-on : ubuntu-latest
111
111
steps :
112
112
- name : Cache Pub hosted dependencies
113
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
113
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
114
114
with :
115
115
path : " ~/.pub-cache/hosted"
116
116
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze_0"
@@ -120,7 +120,7 @@ jobs:
120
120
os:ubuntu-latest;pub-cache-hosted
121
121
os:ubuntu-latest
122
122
- name : Setup Dart SDK
123
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
123
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
124
124
with :
125
125
sdk : dev
126
126
- id : checkout
@@ -196,7 +196,7 @@ jobs:
196
196
runs-on : ubuntu-latest
197
197
steps :
198
198
- name : Cache Pub hosted dependencies
199
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
199
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
200
200
with :
201
201
path : " ~/.pub-cache/hosted"
202
202
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -206,7 +206,7 @@ jobs:
206
206
os:ubuntu-latest;pub-cache-hosted
207
207
os:ubuntu-latest
208
208
- name : Setup Dart SDK
209
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
209
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
210
210
with :
211
211
sdk : " 3.6.0"
212
212
- id : checkout
@@ -257,7 +257,7 @@ jobs:
257
257
runs-on : ubuntu-latest
258
258
steps :
259
259
- name : Cache Pub hosted dependencies
260
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
260
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
261
261
with :
262
262
path : " ~/.pub-cache/hosted"
263
263
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:json_serializable;commands:test_3"
@@ -267,7 +267,7 @@ jobs:
267
267
os:ubuntu-latest;pub-cache-hosted
268
268
os:ubuntu-latest
269
269
- name : Setup Dart SDK
270
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
270
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
271
271
with :
272
272
sdk : " 3.6.0"
273
273
- id : checkout
@@ -291,7 +291,7 @@ jobs:
291
291
runs-on : ubuntu-latest
292
292
steps :
293
293
- name : Cache Pub hosted dependencies
294
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
294
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
295
295
with :
296
296
path : " ~/.pub-cache/hosted"
297
297
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:json_serializable;commands:test_1"
@@ -301,7 +301,7 @@ jobs:
301
301
os:ubuntu-latest;pub-cache-hosted
302
302
os:ubuntu-latest
303
303
- name : Setup Dart SDK
304
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
304
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
305
305
with :
306
306
sdk : " 3.6.0"
307
307
- id : checkout
@@ -325,7 +325,7 @@ jobs:
325
325
runs-on : ubuntu-latest
326
326
steps :
327
327
- name : Cache Pub hosted dependencies
328
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
328
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
329
329
with :
330
330
path : " ~/.pub-cache/hosted"
331
331
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:json_serializable;commands:test_2"
@@ -335,7 +335,7 @@ jobs:
335
335
os:ubuntu-latest;pub-cache-hosted
336
336
os:ubuntu-latest
337
337
- name : Setup Dart SDK
338
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
338
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
339
339
with :
340
340
sdk : " 3.6.0"
341
341
- id : checkout
@@ -359,7 +359,7 @@ jobs:
359
359
runs-on : ubuntu-latest
360
360
steps :
361
361
- name : Cache Pub hosted dependencies
362
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
362
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
363
363
with :
364
364
path : " ~/.pub-cache/hosted"
365
365
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -369,7 +369,7 @@ jobs:
369
369
os:ubuntu-latest;pub-cache-hosted
370
370
os:ubuntu-latest
371
371
- name : Setup Dart SDK
372
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
372
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
373
373
with :
374
374
sdk : dev
375
375
- id : checkout
@@ -420,7 +420,7 @@ jobs:
420
420
runs-on : ubuntu-latest
421
421
steps :
422
422
- name : Cache Pub hosted dependencies
423
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
423
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
424
424
with :
425
425
path : " ~/.pub-cache/hosted"
426
426
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_3"
@@ -430,7 +430,7 @@ jobs:
430
430
os:ubuntu-latest;pub-cache-hosted
431
431
os:ubuntu-latest
432
432
- name : Setup Dart SDK
433
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
433
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
434
434
with :
435
435
sdk : dev
436
436
- id : checkout
@@ -454,7 +454,7 @@ jobs:
454
454
runs-on : ubuntu-latest
455
455
steps :
456
456
- name : Cache Pub hosted dependencies
457
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
457
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
458
458
with :
459
459
path : " ~/.pub-cache/hosted"
460
460
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_1"
@@ -464,7 +464,7 @@ jobs:
464
464
os:ubuntu-latest;pub-cache-hosted
465
465
os:ubuntu-latest
466
466
- name : Setup Dart SDK
467
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
467
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
468
468
with :
469
469
sdk : dev
470
470
- id : checkout
@@ -488,7 +488,7 @@ jobs:
488
488
runs-on : ubuntu-latest
489
489
steps :
490
490
- name : Cache Pub hosted dependencies
491
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
491
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
492
492
with :
493
493
path : " ~/.pub-cache/hosted"
494
494
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_2"
@@ -498,7 +498,7 @@ jobs:
498
498
os:ubuntu-latest;pub-cache-hosted
499
499
os:ubuntu-latest
500
500
- name : Setup Dart SDK
501
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
501
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
502
502
with :
503
503
sdk : dev
504
504
- id : checkout
@@ -522,7 +522,7 @@ jobs:
522
522
runs-on : ubuntu-latest
523
523
steps :
524
524
- name : Cache Pub hosted dependencies
525
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
525
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
526
526
with :
527
527
path : " ~/.pub-cache/hosted"
528
528
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:_test_yaml-checked_yaml-example;commands:test_1"
@@ -532,7 +532,7 @@ jobs:
532
532
os:ubuntu-latest;pub-cache-hosted
533
533
os:ubuntu-latest
534
534
- name : Setup Dart SDK
535
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
535
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
536
536
with :
537
537
sdk : " 3.6.0"
538
538
- id : checkout
@@ -582,7 +582,7 @@ jobs:
582
582
runs-on : ubuntu-latest
583
583
steps :
584
584
- name : Cache Pub hosted dependencies
585
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
585
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
586
586
with :
587
587
path : " ~/.pub-cache/hosted"
588
588
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example;commands:test_1"
@@ -592,7 +592,7 @@ jobs:
592
592
os:ubuntu-latest;pub-cache-hosted
593
593
os:ubuntu-latest
594
594
- name : Setup Dart SDK
595
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
595
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
596
596
with :
597
597
sdk : dev
598
598
- id : checkout
0 commit comments