1
- # Created with package:mono_repo v6.1.0
1
+ # Created with package:mono_repo v6.2.2
2
2
name : Dart CI
3
3
on :
4
4
push :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Cache Pub hosted dependencies
24
- uses : actions/cache@v2.1.7
24
+ uses : actions/cache@v3
25
25
with :
26
26
path : " ~/.pub-cache/hosted"
27
27
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -32,17 +32,17 @@ jobs:
32
32
with :
33
33
sdk : stable
34
34
- id : checkout
35
- uses : actions/checkout@v3.0.0
35
+ uses : actions/checkout@v3
36
36
- name : mono_repo self validate
37
- run : dart pub global activate mono_repo 6.1.0
37
+ run : dart pub global activate mono_repo 6.2.2
38
38
- name : mono_repo self validate
39
39
run : dart pub global run mono_repo generate --validate
40
40
job_002 :
41
41
name : " analyzer_and_format; linux; Dart dev; PKG: dwds; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos .`, `dart test test/build/ensure_version_test.dart`"
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Cache Pub hosted dependencies
45
- uses : actions/cache@v2.1.7
45
+ uses : actions/cache@v3
46
46
with :
47
47
path : " ~/.pub-cache/hosted"
48
48
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dwds;commands:format-analyze_0-test_0"
55
55
with :
56
56
sdk : dev
57
57
- id : checkout
58
- uses : actions/checkout@v3.0.0
58
+ uses : actions/checkout@v3
59
59
- id : dwds_pub_upgrade
60
60
name : dwds; dart pub upgrade
61
61
if : " always() && steps.checkout.conclusion == 'success'"
78
78
runs-on : ubuntu-latest
79
79
steps :
80
80
- name : Cache Pub hosted dependencies
81
- uses : actions/cache@v2.1.7
81
+ uses : actions/cache@v3
82
82
with :
83
83
path : " ~/.pub-cache/hosted"
84
84
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:example-fixtures/_webdevSmoke-frontend_server_client-frontend_server_common;commands:format-analyze_0"
91
91
with :
92
92
sdk : dev
93
93
- id : checkout
94
- uses : actions/checkout@v3.0.0
94
+ uses : actions/checkout@v3
95
95
- id : example_pub_upgrade
96
96
name : example; dart pub upgrade
97
97
if : " always() && steps.checkout.conclusion == 'success'"
@@ -149,7 +149,7 @@ jobs:
149
149
runs-on : ubuntu-latest
150
150
steps :
151
151
- name : Cache Pub hosted dependencies
152
- uses : actions/cache@v2.1.7
152
+ uses : actions/cache@v3
153
153
with :
154
154
path : " ~/.pub-cache/hosted"
155
155
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:webdev;commands:format-analyze_0-test_4"
@@ -162,7 +162,7 @@ jobs:
162
162
with :
163
163
sdk : dev
164
164
- id : checkout
165
- uses : actions/checkout@v3.0.0
165
+ uses : actions/checkout@v3
166
166
- id : webdev_pub_upgrade
167
167
name : webdev; dart pub upgrade
168
168
if : " always() && steps.checkout.conclusion == 'success'"
@@ -185,7 +185,7 @@ jobs:
185
185
runs-on : ubuntu-latest
186
186
steps :
187
187
- name : Cache Pub hosted dependencies
188
- uses : actions/cache@v2.1.7
188
+ uses : actions/cache@v3
189
189
with :
190
190
path : " ~/.pub-cache/hosted"
191
191
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:dwds-webdev;commands:analyze_1-test_1"
@@ -198,7 +198,7 @@ jobs:
198
198
with :
199
199
sdk : stable
200
200
- id : checkout
201
- uses : actions/checkout@v3.0.0
201
+ uses : actions/checkout@v3
202
202
- id : dwds_pub_upgrade
203
203
name : dwds; dart pub upgrade
204
204
if : " always() && steps.checkout.conclusion == 'success'"
@@ -230,7 +230,7 @@ jobs:
230
230
runs-on : ubuntu-latest
231
231
steps :
232
232
- name : Cache Pub hosted dependencies
233
- uses : actions/cache@v2.1.7
233
+ uses : actions/cache@v3
234
234
with :
235
235
path : " ~/.pub-cache/hosted"
236
236
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dwds;commands:command-test_2"
@@ -243,7 +243,7 @@ jobs:
243
243
with :
244
244
sdk : dev
245
245
- id : checkout
246
- uses : actions/checkout@v3.0.0
246
+ uses : actions/checkout@v3
247
247
- id : dwds_pub_upgrade
248
248
name : dwds; dart pub upgrade
249
249
if : " always() && steps.checkout.conclusion == 'success'"
@@ -268,7 +268,7 @@ jobs:
268
268
runs-on : ubuntu-latest
269
269
steps :
270
270
- name : Cache Pub hosted dependencies
271
- uses : actions/cache@v2.1.7
271
+ uses : actions/cache@v3
272
272
with :
273
273
path : " ~/.pub-cache/hosted"
274
274
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:frontend_server_client;commands:test_2"
@@ -281,7 +281,7 @@ jobs:
281
281
with :
282
282
sdk : dev
283
283
- id : checkout
284
- uses : actions/checkout@v3.0.0
284
+ uses : actions/checkout@v3
285
285
- id : frontend_server_client_pub_upgrade
286
286
name : frontend_server_client; dart pub upgrade
287
287
if : " always() && steps.checkout.conclusion == 'success'"
@@ -302,7 +302,7 @@ jobs:
302
302
runs-on : ubuntu-latest
303
303
steps :
304
304
- name : Cache Pub hosted dependencies
305
- uses : actions/cache@v2.1.7
305
+ uses : actions/cache@v3
306
306
with :
307
307
path : " ~/.pub-cache/hosted"
308
308
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:webdev;commands:command-test_3"
@@ -315,7 +315,7 @@ jobs:
315
315
with :
316
316
sdk : dev
317
317
- id : checkout
318
- uses : actions/checkout@v3.0.0
318
+ uses : actions/checkout@v3
319
319
- id : webdev_pub_upgrade
320
320
name : webdev; dart pub upgrade
321
321
if : " always() && steps.checkout.conclusion == 'success'"
@@ -340,7 +340,7 @@ jobs:
340
340
runs-on : ubuntu-latest
341
341
steps :
342
342
- name : Cache Pub hosted dependencies
343
- uses : actions/cache@v2.1.7
343
+ uses : actions/cache@v3
344
344
with :
345
345
path : " ~/.pub-cache/hosted"
346
346
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:dwds;commands:command-test_2"
@@ -353,7 +353,7 @@ jobs:
353
353
with :
354
354
sdk : stable
355
355
- id : checkout
356
- uses : actions/checkout@v3.0.0
356
+ uses : actions/checkout@v3
357
357
- id : dwds_pub_upgrade
358
358
name : dwds; dart pub upgrade
359
359
if : " always() && steps.checkout.conclusion == 'success'"
@@ -378,7 +378,7 @@ jobs:
378
378
runs-on : ubuntu-latest
379
379
steps :
380
380
- name : Cache Pub hosted dependencies
381
- uses : actions/cache@v2.1.7
381
+ uses : actions/cache@v3
382
382
with :
383
383
path : " ~/.pub-cache/hosted"
384
384
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:frontend_server_client;commands:test_2"
@@ -391,7 +391,7 @@ jobs:
391
391
with :
392
392
sdk : stable
393
393
- id : checkout
394
- uses : actions/checkout@v3.0.0
394
+ uses : actions/checkout@v3
395
395
- id : frontend_server_client_pub_upgrade
396
396
name : frontend_server_client; dart pub upgrade
397
397
if : " always() && steps.checkout.conclusion == 'success'"
@@ -412,7 +412,7 @@ jobs:
412
412
runs-on : ubuntu-latest
413
413
steps :
414
414
- name : Cache Pub hosted dependencies
415
- uses : actions/cache@v2.1.7
415
+ uses : actions/cache@v3
416
416
with :
417
417
path : " ~/.pub-cache/hosted"
418
418
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:webdev;commands:command-test_3"
@@ -425,7 +425,7 @@ jobs:
425
425
with :
426
426
sdk : stable
427
427
- id : checkout
428
- uses : actions/checkout@v3.0.0
428
+ uses : actions/checkout@v3
429
429
- id : webdev_pub_upgrade
430
430
name : webdev; dart pub upgrade
431
431
if : " always() && steps.checkout.conclusion == 'success'"
@@ -453,7 +453,7 @@ jobs:
453
453
with :
454
454
sdk : dev
455
455
- id : checkout
456
- uses : actions/checkout@v3.0.0
456
+ uses : actions/checkout@v3
457
457
- id : dwds_pub_upgrade
458
458
name : dwds; dart pub upgrade
459
459
if : " always() && steps.checkout.conclusion == 'success'"
@@ -477,7 +477,7 @@ jobs:
477
477
with :
478
478
sdk : dev
479
479
- id : checkout
480
- uses : actions/checkout@v3.0.0
480
+ uses : actions/checkout@v3
481
481
- id : frontend_server_client_pub_upgrade
482
482
name : frontend_server_client; dart pub upgrade
483
483
if : " always() && steps.checkout.conclusion == 'success'"
@@ -501,7 +501,7 @@ jobs:
501
501
with :
502
502
sdk : dev
503
503
- id : checkout
504
- uses : actions/checkout@v3.0.0
504
+ uses : actions/checkout@v3
505
505
- id : webdev_pub_upgrade
506
506
name : webdev; dart pub upgrade
507
507
if : " always() && steps.checkout.conclusion == 'success'"
@@ -525,7 +525,7 @@ jobs:
525
525
with :
526
526
sdk : stable
527
527
- id : checkout
528
- uses : actions/checkout@v3.0.0
528
+ uses : actions/checkout@v3
529
529
- id : dwds_pub_upgrade
530
530
name : dwds; dart pub upgrade
531
531
if : " always() && steps.checkout.conclusion == 'success'"
@@ -549,7 +549,7 @@ jobs:
549
549
with :
550
550
sdk : stable
551
551
- id : checkout
552
- uses : actions/checkout@v3.0.0
552
+ uses : actions/checkout@v3
553
553
- id : frontend_server_client_pub_upgrade
554
554
name : frontend_server_client; dart pub upgrade
555
555
if : " always() && steps.checkout.conclusion == 'success'"
@@ -573,7 +573,7 @@ jobs:
573
573
with :
574
574
sdk : stable
575
575
- id : checkout
576
- uses : actions/checkout@v3.0.0
576
+ uses : actions/checkout@v3
577
577
- id : webdev_pub_upgrade
578
578
name : webdev; dart pub upgrade
579
579
if : " always() && steps.checkout.conclusion == 'success'"
@@ -594,7 +594,7 @@ jobs:
594
594
runs-on : ubuntu-latest
595
595
steps :
596
596
- name : Cache Pub hosted dependencies
597
- uses : actions/cache@v2.1.7
597
+ uses : actions/cache@v3
598
598
with :
599
599
path : " ~/.pub-cache/hosted"
600
600
key : " os:ubuntu-latest;pub-cache-hosted;sdk:beta;packages:dwds;commands:command-test_3"
@@ -607,7 +607,7 @@ jobs:
607
607
with :
608
608
sdk : beta
609
609
- id : checkout
610
- uses : actions/checkout@v3.0.0
610
+ uses : actions/checkout@v3
611
611
- id : dwds_pub_upgrade
612
612
name : dwds; dart pub upgrade
613
613
if : " always() && steps.checkout.conclusion == 'success'"
@@ -645,7 +645,7 @@ jobs:
645
645
runs-on : ubuntu-latest
646
646
steps :
647
647
- name : Cache Pub hosted dependencies
648
- uses : actions/cache@v2.1.7
648
+ uses : actions/cache@v3
649
649
with :
650
650
path : " ~/.pub-cache/hosted"
651
651
key : " os:ubuntu-latest;pub-cache-hosted;sdk:beta;packages:webdev;commands:command-test_3"
@@ -658,7 +658,7 @@ jobs:
658
658
with :
659
659
sdk : beta
660
660
- id : checkout
661
- uses : actions/checkout@v3.0.0
661
+ uses : actions/checkout@v3
662
662
- id : webdev_pub_upgrade
663
663
name : webdev; dart pub upgrade
664
664
if : " always() && steps.checkout.conclusion == 'success'"
@@ -696,7 +696,7 @@ jobs:
696
696
runs-on : ubuntu-latest
697
697
steps :
698
698
- name : Cache Pub hosted dependencies
699
- uses : actions/cache@v2.1.7
699
+ uses : actions/cache@v3
700
700
with :
701
701
path : " ~/.pub-cache/hosted"
702
702
key : " os:ubuntu-latest;pub-cache-hosted;sdk:beta;packages:dwds;commands:analyze_1"
@@ -709,7 +709,7 @@ jobs:
709
709
with :
710
710
sdk : beta
711
711
- id : checkout
712
- uses : actions/checkout@v3.0.0
712
+ uses : actions/checkout@v3
713
713
- id : dwds_pub_upgrade
714
714
name : dwds; dart pub upgrade
715
715
if : " always() && steps.checkout.conclusion == 'success'"
@@ -743,7 +743,7 @@ jobs:
743
743
runs-on : ubuntu-latest
744
744
steps :
745
745
- name : Cache Pub hosted dependencies
746
- uses : actions/cache@v2.1.7
746
+ uses : actions/cache@v3
747
747
with :
748
748
path : " ~/.pub-cache/hosted"
749
749
key : " os:ubuntu-latest;pub-cache-hosted;sdk:beta;packages:webdev;commands:analyze_1"
@@ -756,7 +756,7 @@ jobs:
756
756
with :
757
757
sdk : beta
758
758
- id : checkout
759
- uses : actions/checkout@v3.0.0
759
+ uses : actions/checkout@v3
760
760
- id : webdev_pub_upgrade
761
761
name : webdev; dart pub upgrade
762
762
if : " always() && steps.checkout.conclusion == 'success'"
@@ -793,7 +793,7 @@ jobs:
793
793
with :
794
794
sdk : beta
795
795
- id : checkout
796
- uses : actions/checkout@v3.0.0
796
+ uses : actions/checkout@v3
797
797
- id : dwds_pub_upgrade
798
798
name : dwds; dart pub upgrade
799
799
if : " always() && steps.checkout.conclusion == 'success'"
@@ -830,7 +830,7 @@ jobs:
830
830
with :
831
831
sdk : beta
832
832
- id : checkout
833
- uses : actions/checkout@v3.0.0
833
+ uses : actions/checkout@v3
834
834
- id : webdev_pub_upgrade
835
835
name : webdev; dart pub upgrade
836
836
if : " always() && steps.checkout.conclusion == 'success'"
0 commit comments