1
- # Created with package:mono_repo v6.5.1
1
+ # Created with package:mono_repo v6.5.2
2
2
name : Dart CI
3
3
on :
4
4
push :
@@ -21,30 +21,30 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Cache Pub hosted dependencies
24
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
24
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
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@a57a6c04cf7d4840e88432aad6281d1e125f0d46
32
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
33
33
with :
34
34
sdk : stable
35
35
- id : checkout
36
36
name : Checkout repository
37
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
37
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
38
38
- name : mono_repo self validate
39
- run : dart pub global activate mono_repo 6.5.1
39
+ run : dart pub global activate mono_repo 6.5.2
40
40
- name : mono_repo self validate
41
41
run : dart pub global run mono_repo generate --validate
42
42
job_002 :
43
43
name : " analyzer_and_format; Dart 2.19.0; PKGS: _test_yaml, checked_yaml, example, json_serializable; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos .`"
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Cache Pub hosted dependencies
47
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
47
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
48
48
with :
49
49
path : " ~/.pub-cache/hosted"
50
50
key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:format-analyze_0"
@@ -54,12 +54,12 @@ jobs:
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@a57a6c04cf7d4840e88432aad6281d1e125f0d46
57
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
58
58
with :
59
59
sdk : " 2.19.0"
60
60
- id : checkout
61
61
name : Checkout repository
62
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
62
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
63
63
- id : _test_yaml_pub_upgrade
64
64
name : _test_yaml; dart pub upgrade
65
65
run : dart pub upgrade
@@ -117,7 +117,7 @@ jobs:
117
117
runs-on : ubuntu-latest
118
118
steps :
119
119
- name : Cache Pub hosted dependencies
120
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
120
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
121
121
with :
122
122
path : " ~/.pub-cache/hosted"
123
123
key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:json_annotation;commands:analyze_1"
@@ -127,12 +127,12 @@ jobs:
127
127
os:ubuntu-latest;pub-cache-hosted
128
128
os:ubuntu-latest
129
129
- name : Setup Dart SDK
130
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
130
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
131
131
with :
132
132
sdk : " 2.19.0"
133
133
- id : checkout
134
134
name : Checkout repository
135
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
135
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
136
136
- id : json_annotation_pub_upgrade
137
137
name : json_annotation; dart pub upgrade
138
138
run : dart pub upgrade
@@ -147,7 +147,7 @@ jobs:
147
147
runs-on : ubuntu-latest
148
148
steps :
149
149
- name : Cache Pub hosted dependencies
150
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
150
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
151
151
with :
152
152
path : " ~/.pub-cache/hosted"
153
153
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:format-analyze_0"
@@ -157,12 +157,12 @@ jobs:
157
157
os:ubuntu-latest;pub-cache-hosted
158
158
os:ubuntu-latest
159
159
- name : Setup Dart SDK
160
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
160
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
161
161
with :
162
162
sdk : dev
163
163
- id : checkout
164
164
name : Checkout repository
165
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
165
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
166
166
- id : _test_yaml_pub_upgrade
167
167
name : _test_yaml; dart pub upgrade
168
168
run : dart pub upgrade
@@ -233,7 +233,7 @@ jobs:
233
233
runs-on : ubuntu-latest
234
234
steps :
235
235
- name : Cache Pub hosted dependencies
236
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
236
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
237
237
with :
238
238
path : " ~/.pub-cache/hosted"
239
239
key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -243,12 +243,12 @@ jobs:
243
243
os:ubuntu-latest;pub-cache-hosted
244
244
os:ubuntu-latest
245
245
- name : Setup Dart SDK
246
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
246
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
247
247
with :
248
248
sdk : " 2.19.0"
249
249
- id : checkout
250
250
name : Checkout repository
251
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
251
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
252
252
- id : _test_yaml_pub_upgrade
253
253
name : _test_yaml; dart pub upgrade
254
254
run : dart pub upgrade
@@ -295,7 +295,7 @@ jobs:
295
295
runs-on : ubuntu-latest
296
296
steps :
297
297
- name : Cache Pub hosted dependencies
298
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
298
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
299
299
with :
300
300
path : " ~/.pub-cache/hosted"
301
301
key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:json_serializable;commands:test_3"
@@ -305,12 +305,12 @@ jobs:
305
305
os:ubuntu-latest;pub-cache-hosted
306
306
os:ubuntu-latest
307
307
- name : Setup Dart SDK
308
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
308
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
309
309
with :
310
310
sdk : " 2.19.0"
311
311
- id : checkout
312
312
name : Checkout repository
313
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
313
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
314
314
- id : json_serializable_pub_upgrade
315
315
name : json_serializable; dart pub upgrade
316
316
run : dart pub upgrade
@@ -330,7 +330,7 @@ jobs:
330
330
runs-on : ubuntu-latest
331
331
steps :
332
332
- name : Cache Pub hosted dependencies
333
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
333
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
334
334
with :
335
335
path : " ~/.pub-cache/hosted"
336
336
key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:json_serializable;commands:test_1"
@@ -340,12 +340,12 @@ jobs:
340
340
os:ubuntu-latest;pub-cache-hosted
341
341
os:ubuntu-latest
342
342
- name : Setup Dart SDK
343
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
343
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
344
344
with :
345
345
sdk : " 2.19.0"
346
346
- id : checkout
347
347
name : Checkout repository
348
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
348
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
349
349
- id : json_serializable_pub_upgrade
350
350
name : json_serializable; dart pub upgrade
351
351
run : dart pub upgrade
@@ -365,7 +365,7 @@ jobs:
365
365
runs-on : ubuntu-latest
366
366
steps :
367
367
- name : Cache Pub hosted dependencies
368
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
368
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
369
369
with :
370
370
path : " ~/.pub-cache/hosted"
371
371
key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:json_serializable;commands:test_2"
@@ -375,12 +375,12 @@ jobs:
375
375
os:ubuntu-latest;pub-cache-hosted
376
376
os:ubuntu-latest
377
377
- name : Setup Dart SDK
378
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
378
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
379
379
with :
380
380
sdk : " 2.19.0"
381
381
- id : checkout
382
382
name : Checkout repository
383
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
383
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
384
384
- id : json_serializable_pub_upgrade
385
385
name : json_serializable; dart pub upgrade
386
386
run : dart pub upgrade
@@ -400,7 +400,7 @@ jobs:
400
400
runs-on : ubuntu-latest
401
401
steps :
402
402
- name : Cache Pub hosted dependencies
403
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
403
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
404
404
with :
405
405
path : " ~/.pub-cache/hosted"
406
406
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
@@ -410,12 +410,12 @@ jobs:
410
410
os:ubuntu-latest;pub-cache-hosted
411
411
os:ubuntu-latest
412
412
- name : Setup Dart SDK
413
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
413
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
414
414
with :
415
415
sdk : dev
416
416
- id : checkout
417
417
name : Checkout repository
418
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
418
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
419
419
- id : _test_yaml_pub_upgrade
420
420
name : _test_yaml; dart pub upgrade
421
421
run : dart pub upgrade
@@ -462,7 +462,7 @@ jobs:
462
462
runs-on : ubuntu-latest
463
463
steps :
464
464
- name : Cache Pub hosted dependencies
465
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
465
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
466
466
with :
467
467
path : " ~/.pub-cache/hosted"
468
468
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_3"
@@ -472,12 +472,12 @@ jobs:
472
472
os:ubuntu-latest;pub-cache-hosted
473
473
os:ubuntu-latest
474
474
- name : Setup Dart SDK
475
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
475
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
476
476
with :
477
477
sdk : dev
478
478
- id : checkout
479
479
name : Checkout repository
480
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
480
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
481
481
- id : json_serializable_pub_upgrade
482
482
name : json_serializable; dart pub upgrade
483
483
run : dart pub upgrade
@@ -497,7 +497,7 @@ jobs:
497
497
runs-on : ubuntu-latest
498
498
steps :
499
499
- name : Cache Pub hosted dependencies
500
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
500
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
501
501
with :
502
502
path : " ~/.pub-cache/hosted"
503
503
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_1"
@@ -507,12 +507,12 @@ jobs:
507
507
os:ubuntu-latest;pub-cache-hosted
508
508
os:ubuntu-latest
509
509
- name : Setup Dart SDK
510
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
510
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
511
511
with :
512
512
sdk : dev
513
513
- id : checkout
514
514
name : Checkout repository
515
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
515
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
516
516
- id : json_serializable_pub_upgrade
517
517
name : json_serializable; dart pub upgrade
518
518
run : dart pub upgrade
@@ -532,7 +532,7 @@ jobs:
532
532
runs-on : ubuntu-latest
533
533
steps :
534
534
- name : Cache Pub hosted dependencies
535
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
535
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
536
536
with :
537
537
path : " ~/.pub-cache/hosted"
538
538
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:json_serializable;commands:test_2"
@@ -542,12 +542,12 @@ jobs:
542
542
os:ubuntu-latest;pub-cache-hosted
543
543
os:ubuntu-latest
544
544
- name : Setup Dart SDK
545
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
545
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
546
546
with :
547
547
sdk : dev
548
548
- id : checkout
549
549
name : Checkout repository
550
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
550
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
551
551
- id : json_serializable_pub_upgrade
552
552
name : json_serializable; dart pub upgrade
553
553
run : dart pub upgrade
@@ -567,7 +567,7 @@ jobs:
567
567
runs-on : ubuntu-latest
568
568
steps :
569
569
- name : Cache Pub hosted dependencies
570
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
570
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
571
571
with :
572
572
path : " ~/.pub-cache/hosted"
573
573
key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:_test_yaml-checked_yaml-example;commands:test_1"
@@ -577,12 +577,12 @@ jobs:
577
577
os:ubuntu-latest;pub-cache-hosted
578
578
os:ubuntu-latest
579
579
- name : Setup Dart SDK
580
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
580
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
581
581
with :
582
582
sdk : " 2.19.0"
583
583
- id : checkout
584
584
name : Checkout repository
585
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
585
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
586
586
- id : _test_yaml_pub_upgrade
587
587
name : _test_yaml; dart pub upgrade
588
588
run : dart pub upgrade
@@ -628,7 +628,7 @@ jobs:
628
628
runs-on : ubuntu-latest
629
629
steps :
630
630
- name : Cache Pub hosted dependencies
631
- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
631
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
632
632
with :
633
633
path : " ~/.pub-cache/hosted"
634
634
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_yaml-checked_yaml-example;commands:test_1"
@@ -638,12 +638,12 @@ jobs:
638
638
os:ubuntu-latest;pub-cache-hosted
639
639
os:ubuntu-latest
640
640
- name : Setup Dart SDK
641
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
641
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
642
642
with :
643
643
sdk : dev
644
644
- id : checkout
645
645
name : Checkout repository
646
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
646
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
647
647
- id : _test_yaml_pub_upgrade
648
648
name : _test_yaml; dart pub upgrade
649
649
run : dart pub upgrade
0 commit comments