1- # Created with package:mono_repo v6.1.0
1+ # Created with package:mono_repo v6.2.2
22name : Dart CI
33on :
44 push :
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Cache Pub hosted dependencies
24- uses : actions/cache@v2.1.7
24+ uses : actions/cache@v3
2525 with :
2626 path : " ~/.pub-cache/hosted"
2727 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -32,17 +32,17 @@ jobs:
3232 with :
3333 sdk : stable
3434 - id : checkout
35- uses : actions/checkout@v3.0.0
35+ uses : actions/checkout@v3
3636 - 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
3838 - name : mono_repo self validate
3939 run : dart pub global run mono_repo generate --validate
4040 job_002 :
4141 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`"
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Cache Pub hosted dependencies
45- uses : actions/cache@v2.1.7
45+ uses : actions/cache@v3
4646 with :
4747 path : " ~/.pub-cache/hosted"
4848 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dwds;commands:format-analyze_0-test_0"
5555 with :
5656 sdk : dev
5757 - id : checkout
58- uses : actions/checkout@v3.0.0
58+ uses : actions/checkout@v3
5959 - id : dwds_pub_upgrade
6060 name : dwds; dart pub upgrade
6161 if : " always() && steps.checkout.conclusion == 'success'"
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Cache Pub hosted dependencies
81- uses : actions/cache@v2.1.7
81+ uses : actions/cache@v3
8282 with :
8383 path : " ~/.pub-cache/hosted"
8484 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:example-fixtures/_webdevSmoke-frontend_server_client-frontend_server_common;commands:format-analyze_0"
9191 with :
9292 sdk : dev
9393 - id : checkout
94- uses : actions/checkout@v3.0.0
94+ uses : actions/checkout@v3
9595 - id : example_pub_upgrade
9696 name : example; dart pub upgrade
9797 if : " always() && steps.checkout.conclusion == 'success'"
@@ -149,7 +149,7 @@ jobs:
149149 runs-on : ubuntu-latest
150150 steps :
151151 - name : Cache Pub hosted dependencies
152- uses : actions/cache@v2.1.7
152+ uses : actions/cache@v3
153153 with :
154154 path : " ~/.pub-cache/hosted"
155155 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:webdev;commands:format-analyze_0-test_4"
@@ -162,7 +162,7 @@ jobs:
162162 with :
163163 sdk : dev
164164 - id : checkout
165- uses : actions/checkout@v3.0.0
165+ uses : actions/checkout@v3
166166 - id : webdev_pub_upgrade
167167 name : webdev; dart pub upgrade
168168 if : " always() && steps.checkout.conclusion == 'success'"
@@ -185,7 +185,7 @@ jobs:
185185 runs-on : ubuntu-latest
186186 steps :
187187 - name : Cache Pub hosted dependencies
188- uses : actions/cache@v2.1.7
188+ uses : actions/cache@v3
189189 with :
190190 path : " ~/.pub-cache/hosted"
191191 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:dwds-webdev;commands:analyze_1-test_1"
@@ -198,7 +198,7 @@ jobs:
198198 with :
199199 sdk : stable
200200 - id : checkout
201- uses : actions/checkout@v3.0.0
201+ uses : actions/checkout@v3
202202 - id : dwds_pub_upgrade
203203 name : dwds; dart pub upgrade
204204 if : " always() && steps.checkout.conclusion == 'success'"
@@ -230,7 +230,7 @@ jobs:
230230 runs-on : ubuntu-latest
231231 steps :
232232 - name : Cache Pub hosted dependencies
233- uses : actions/cache@v2.1.7
233+ uses : actions/cache@v3
234234 with :
235235 path : " ~/.pub-cache/hosted"
236236 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dwds;commands:command-test_2"
@@ -243,7 +243,7 @@ jobs:
243243 with :
244244 sdk : dev
245245 - id : checkout
246- uses : actions/checkout@v3.0.0
246+ uses : actions/checkout@v3
247247 - id : dwds_pub_upgrade
248248 name : dwds; dart pub upgrade
249249 if : " always() && steps.checkout.conclusion == 'success'"
@@ -268,7 +268,7 @@ jobs:
268268 runs-on : ubuntu-latest
269269 steps :
270270 - name : Cache Pub hosted dependencies
271- uses : actions/cache@v2.1.7
271+ uses : actions/cache@v3
272272 with :
273273 path : " ~/.pub-cache/hosted"
274274 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:frontend_server_client;commands:test_2"
@@ -281,7 +281,7 @@ jobs:
281281 with :
282282 sdk : dev
283283 - id : checkout
284- uses : actions/checkout@v3.0.0
284+ uses : actions/checkout@v3
285285 - id : frontend_server_client_pub_upgrade
286286 name : frontend_server_client; dart pub upgrade
287287 if : " always() && steps.checkout.conclusion == 'success'"
@@ -302,7 +302,7 @@ jobs:
302302 runs-on : ubuntu-latest
303303 steps :
304304 - name : Cache Pub hosted dependencies
305- uses : actions/cache@v2.1.7
305+ uses : actions/cache@v3
306306 with :
307307 path : " ~/.pub-cache/hosted"
308308 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:webdev;commands:command-test_3"
@@ -315,7 +315,7 @@ jobs:
315315 with :
316316 sdk : dev
317317 - id : checkout
318- uses : actions/checkout@v3.0.0
318+ uses : actions/checkout@v3
319319 - id : webdev_pub_upgrade
320320 name : webdev; dart pub upgrade
321321 if : " always() && steps.checkout.conclusion == 'success'"
@@ -340,7 +340,7 @@ jobs:
340340 runs-on : ubuntu-latest
341341 steps :
342342 - name : Cache Pub hosted dependencies
343- uses : actions/cache@v2.1.7
343+ uses : actions/cache@v3
344344 with :
345345 path : " ~/.pub-cache/hosted"
346346 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:dwds;commands:command-test_2"
@@ -353,7 +353,7 @@ jobs:
353353 with :
354354 sdk : stable
355355 - id : checkout
356- uses : actions/checkout@v3.0.0
356+ uses : actions/checkout@v3
357357 - id : dwds_pub_upgrade
358358 name : dwds; dart pub upgrade
359359 if : " always() && steps.checkout.conclusion == 'success'"
@@ -378,7 +378,7 @@ jobs:
378378 runs-on : ubuntu-latest
379379 steps :
380380 - name : Cache Pub hosted dependencies
381- uses : actions/cache@v2.1.7
381+ uses : actions/cache@v3
382382 with :
383383 path : " ~/.pub-cache/hosted"
384384 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:frontend_server_client;commands:test_2"
@@ -391,7 +391,7 @@ jobs:
391391 with :
392392 sdk : stable
393393 - id : checkout
394- uses : actions/checkout@v3.0.0
394+ uses : actions/checkout@v3
395395 - id : frontend_server_client_pub_upgrade
396396 name : frontend_server_client; dart pub upgrade
397397 if : " always() && steps.checkout.conclusion == 'success'"
@@ -412,7 +412,7 @@ jobs:
412412 runs-on : ubuntu-latest
413413 steps :
414414 - name : Cache Pub hosted dependencies
415- uses : actions/cache@v2.1.7
415+ uses : actions/cache@v3
416416 with :
417417 path : " ~/.pub-cache/hosted"
418418 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:webdev;commands:command-test_3"
@@ -425,7 +425,7 @@ jobs:
425425 with :
426426 sdk : stable
427427 - id : checkout
428- uses : actions/checkout@v3.0.0
428+ uses : actions/checkout@v3
429429 - id : webdev_pub_upgrade
430430 name : webdev; dart pub upgrade
431431 if : " always() && steps.checkout.conclusion == 'success'"
@@ -453,7 +453,7 @@ jobs:
453453 with :
454454 sdk : dev
455455 - id : checkout
456- uses : actions/checkout@v3.0.0
456+ uses : actions/checkout@v3
457457 - id : dwds_pub_upgrade
458458 name : dwds; dart pub upgrade
459459 if : " always() && steps.checkout.conclusion == 'success'"
@@ -477,7 +477,7 @@ jobs:
477477 with :
478478 sdk : dev
479479 - id : checkout
480- uses : actions/checkout@v3.0.0
480+ uses : actions/checkout@v3
481481 - id : frontend_server_client_pub_upgrade
482482 name : frontend_server_client; dart pub upgrade
483483 if : " always() && steps.checkout.conclusion == 'success'"
@@ -501,7 +501,7 @@ jobs:
501501 with :
502502 sdk : dev
503503 - id : checkout
504- uses : actions/checkout@v3.0.0
504+ uses : actions/checkout@v3
505505 - id : webdev_pub_upgrade
506506 name : webdev; dart pub upgrade
507507 if : " always() && steps.checkout.conclusion == 'success'"
@@ -525,7 +525,7 @@ jobs:
525525 with :
526526 sdk : stable
527527 - id : checkout
528- uses : actions/checkout@v3.0.0
528+ uses : actions/checkout@v3
529529 - id : dwds_pub_upgrade
530530 name : dwds; dart pub upgrade
531531 if : " always() && steps.checkout.conclusion == 'success'"
@@ -549,7 +549,7 @@ jobs:
549549 with :
550550 sdk : stable
551551 - id : checkout
552- uses : actions/checkout@v3.0.0
552+ uses : actions/checkout@v3
553553 - id : frontend_server_client_pub_upgrade
554554 name : frontend_server_client; dart pub upgrade
555555 if : " always() && steps.checkout.conclusion == 'success'"
@@ -573,7 +573,7 @@ jobs:
573573 with :
574574 sdk : stable
575575 - id : checkout
576- uses : actions/checkout@v3.0.0
576+ uses : actions/checkout@v3
577577 - id : webdev_pub_upgrade
578578 name : webdev; dart pub upgrade
579579 if : " always() && steps.checkout.conclusion == 'success'"
@@ -594,7 +594,7 @@ jobs:
594594 runs-on : ubuntu-latest
595595 steps :
596596 - name : Cache Pub hosted dependencies
597- uses : actions/cache@v2.1.7
597+ uses : actions/cache@v3
598598 with :
599599 path : " ~/.pub-cache/hosted"
600600 key : " os:ubuntu-latest;pub-cache-hosted;sdk:beta;packages:dwds;commands:command-test_3"
@@ -607,7 +607,7 @@ jobs:
607607 with :
608608 sdk : beta
609609 - id : checkout
610- uses : actions/checkout@v3.0.0
610+ uses : actions/checkout@v3
611611 - id : dwds_pub_upgrade
612612 name : dwds; dart pub upgrade
613613 if : " always() && steps.checkout.conclusion == 'success'"
@@ -645,7 +645,7 @@ jobs:
645645 runs-on : ubuntu-latest
646646 steps :
647647 - name : Cache Pub hosted dependencies
648- uses : actions/cache@v2.1.7
648+ uses : actions/cache@v3
649649 with :
650650 path : " ~/.pub-cache/hosted"
651651 key : " os:ubuntu-latest;pub-cache-hosted;sdk:beta;packages:webdev;commands:command-test_3"
@@ -658,7 +658,7 @@ jobs:
658658 with :
659659 sdk : beta
660660 - id : checkout
661- uses : actions/checkout@v3.0.0
661+ uses : actions/checkout@v3
662662 - id : webdev_pub_upgrade
663663 name : webdev; dart pub upgrade
664664 if : " always() && steps.checkout.conclusion == 'success'"
@@ -696,7 +696,7 @@ jobs:
696696 runs-on : ubuntu-latest
697697 steps :
698698 - name : Cache Pub hosted dependencies
699- uses : actions/cache@v2.1.7
699+ uses : actions/cache@v3
700700 with :
701701 path : " ~/.pub-cache/hosted"
702702 key : " os:ubuntu-latest;pub-cache-hosted;sdk:beta;packages:dwds;commands:analyze_1"
@@ -709,7 +709,7 @@ jobs:
709709 with :
710710 sdk : beta
711711 - id : checkout
712- uses : actions/checkout@v3.0.0
712+ uses : actions/checkout@v3
713713 - id : dwds_pub_upgrade
714714 name : dwds; dart pub upgrade
715715 if : " always() && steps.checkout.conclusion == 'success'"
@@ -743,7 +743,7 @@ jobs:
743743 runs-on : ubuntu-latest
744744 steps :
745745 - name : Cache Pub hosted dependencies
746- uses : actions/cache@v2.1.7
746+ uses : actions/cache@v3
747747 with :
748748 path : " ~/.pub-cache/hosted"
749749 key : " os:ubuntu-latest;pub-cache-hosted;sdk:beta;packages:webdev;commands:analyze_1"
@@ -756,7 +756,7 @@ jobs:
756756 with :
757757 sdk : beta
758758 - id : checkout
759- uses : actions/checkout@v3.0.0
759+ uses : actions/checkout@v3
760760 - id : webdev_pub_upgrade
761761 name : webdev; dart pub upgrade
762762 if : " always() && steps.checkout.conclusion == 'success'"
@@ -793,7 +793,7 @@ jobs:
793793 with :
794794 sdk : beta
795795 - id : checkout
796- uses : actions/checkout@v3.0.0
796+ uses : actions/checkout@v3
797797 - id : dwds_pub_upgrade
798798 name : dwds; dart pub upgrade
799799 if : " always() && steps.checkout.conclusion == 'success'"
@@ -830,7 +830,7 @@ jobs:
830830 with :
831831 sdk : beta
832832 - id : checkout
833- uses : actions/checkout@v3.0.0
833+ uses : actions/checkout@v3
834834 - id : webdev_pub_upgrade
835835 name : webdev; dart pub upgrade
836836 if : " always() && steps.checkout.conclusion == 'success'"
0 commit comments