@@ -21,15 +21,15 @@ jobs:
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Cache Pub hosted dependencies
24- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
24+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
2525 with :
2626 path : " ~/.pub-cache/hosted"
2727 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
2828 restore-keys : |
2929 os:ubuntu-latest;pub-cache-hosted
3030 os:ubuntu-latest
3131 - name : Setup Dart SDK
32- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
32+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3333 with :
3434 sdk : stable
3535 - id : checkout
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Cache Pub hosted dependencies
47- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
47+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
4848 with :
4949 path : " ~/.pub-cache/hosted"
5050 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler;commands:analyze"
5454 os:ubuntu-latest;pub-cache-hosted
5555 os:ubuntu-latest
5656 - name : Setup Dart SDK
57- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
57+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
5858 with :
5959 sdk : " 3.3.0"
6060 - id : checkout
@@ -119,7 +119,7 @@ jobs:
119119 runs-on : ubuntu-latest
120120 steps :
121121 - name : Cache Pub hosted dependencies
122- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
122+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
123123 with :
124124 path : " ~/.pub-cache/hosted"
125125 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:pkgs/shelf;commands:analyze"
@@ -129,7 +129,7 @@ jobs:
129129 os:ubuntu-latest;pub-cache-hosted
130130 os:ubuntu-latest
131131 - name : Setup Dart SDK
132- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
132+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
133133 with :
134134 sdk : " 3.4.0"
135135 - id : checkout
@@ -149,7 +149,7 @@ jobs:
149149 runs-on : ubuntu-latest
150150 steps :
151151 - name : Cache Pub hosted dependencies
152- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
152+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
153153 with :
154154 path : " ~/.pub-cache/hosted"
155155 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:pkgs/shelf_web_socket;commands:analyze"
@@ -159,7 +159,7 @@ jobs:
159159 os:ubuntu-latest;pub-cache-hosted
160160 os:ubuntu-latest
161161 - name : Setup Dart SDK
162- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
162+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
163163 with :
164164 sdk : " 3.5.0"
165165 - id : checkout
@@ -179,7 +179,7 @@ jobs:
179179 runs-on : ubuntu-latest
180180 steps :
181181 - name : Cache Pub hosted dependencies
182- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
182+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
183183 with :
184184 path : " ~/.pub-cache/hosted"
185185 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:analyze"
@@ -189,7 +189,7 @@ jobs:
189189 os:ubuntu-latest;pub-cache-hosted
190190 os:ubuntu-latest
191191 - name : Setup Dart SDK
192- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
192+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
193193 with :
194194 sdk : dev
195195 - id : checkout
@@ -272,7 +272,7 @@ jobs:
272272 runs-on : ubuntu-latest
273273 steps :
274274 - name : Cache Pub hosted dependencies
275- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
275+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
276276 with :
277277 path : " ~/.pub-cache/hosted"
278278 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:format"
@@ -282,7 +282,7 @@ jobs:
282282 os:ubuntu-latest;pub-cache-hosted
283283 os:ubuntu-latest
284284 - name : Setup Dart SDK
285- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
285+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
286286 with :
287287 sdk : dev
288288 - id : checkout
@@ -365,7 +365,7 @@ jobs:
365365 runs-on : ubuntu-latest
366366 steps :
367367 - name : Cache Pub hosted dependencies
368- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
368+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
369369 with :
370370 path : " ~/.pub-cache/hosted"
371371 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler;commands:test_0"
@@ -375,7 +375,7 @@ jobs:
375375 os:ubuntu-latest;pub-cache-hosted
376376 os:ubuntu-latest
377377 - name : Setup Dart SDK
378- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
378+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
379379 with :
380380 sdk : " 3.3.0"
381381 - id : checkout
@@ -447,7 +447,7 @@ jobs:
447447 runs-on : ubuntu-latest
448448 steps :
449449 - name : Cache Pub hosted dependencies
450- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
450+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
451451 with :
452452 path : " ~/.pub-cache/hosted"
453453 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:pkgs/shelf_test_handler;commands:test_1"
@@ -457,7 +457,7 @@ jobs:
457457 os:ubuntu-latest;pub-cache-hosted
458458 os:ubuntu-latest
459459 - name : Setup Dart SDK
460- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
460+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
461461 with :
462462 sdk : " 3.3.0"
463463 - id : checkout
@@ -484,7 +484,7 @@ jobs:
484484 runs-on : ubuntu-latest
485485 steps :
486486 - name : Cache Pub hosted dependencies
487- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
487+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
488488 with :
489489 path : " ~/.pub-cache/hosted"
490490 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:pkgs/shelf;commands:test_1"
@@ -494,7 +494,7 @@ jobs:
494494 os:ubuntu-latest;pub-cache-hosted
495495 os:ubuntu-latest
496496 - name : Setup Dart SDK
497- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
497+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
498498 with :
499499 sdk : " 3.4.0"
500500 - id : checkout
@@ -521,7 +521,7 @@ jobs:
521521 runs-on : ubuntu-latest
522522 steps :
523523 - name : Cache Pub hosted dependencies
524- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
524+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
525525 with :
526526 path : " ~/.pub-cache/hosted"
527527 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:pkgs/shelf;commands:test_0"
@@ -531,7 +531,7 @@ jobs:
531531 os:ubuntu-latest;pub-cache-hosted
532532 os:ubuntu-latest
533533 - name : Setup Dart SDK
534- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
534+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
535535 with :
536536 sdk : " 3.4.0"
537537 - id : checkout
@@ -558,7 +558,7 @@ jobs:
558558 runs-on : ubuntu-latest
559559 steps :
560560 - name : Cache Pub hosted dependencies
561- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
561+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
562562 with :
563563 path : " ~/.pub-cache/hosted"
564564 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:pkgs/shelf_web_socket;commands:test_0"
@@ -568,7 +568,7 @@ jobs:
568568 os:ubuntu-latest;pub-cache-hosted
569569 os:ubuntu-latest
570570 - name : Setup Dart SDK
571- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
571+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
572572 with :
573573 sdk : " 3.5.0"
574574 - id : checkout
@@ -595,7 +595,7 @@ jobs:
595595 runs-on : ubuntu-latest
596596 steps :
597597 - name : Cache Pub hosted dependencies
598- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
598+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
599599 with :
600600 path : " ~/.pub-cache/hosted"
601601 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_test_handler;commands:test_2"
@@ -605,7 +605,7 @@ jobs:
605605 os:ubuntu-latest;pub-cache-hosted
606606 os:ubuntu-latest
607607 - name : Setup Dart SDK
608- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
608+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
609609 with :
610610 sdk : dev
611611 - id : checkout
@@ -641,7 +641,7 @@ jobs:
641641 runs-on : ubuntu-latest
642642 steps :
643643 - name : Cache Pub hosted dependencies
644- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
644+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
645645 with :
646646 path : " ~/.pub-cache/hosted"
647647 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_test_handler;commands:test_1"
@@ -651,7 +651,7 @@ jobs:
651651 os:ubuntu-latest;pub-cache-hosted
652652 os:ubuntu-latest
653653 - name : Setup Dart SDK
654- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
654+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
655655 with :
656656 sdk : dev
657657 - id : checkout
@@ -687,7 +687,7 @@ jobs:
687687 runs-on : ubuntu-latest
688688 steps :
689689 - name : Cache Pub hosted dependencies
690- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
690+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
691691 with :
692692 path : " ~/.pub-cache/hosted"
693693 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:test_0"
@@ -697,7 +697,7 @@ jobs:
697697 os:ubuntu-latest;pub-cache-hosted
698698 os:ubuntu-latest
699699 - name : Setup Dart SDK
700- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
700+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
701701 with :
702702 sdk : dev
703703 - id : checkout
@@ -787,7 +787,7 @@ jobs:
787787 runs-on : ubuntu-latest
788788 steps :
789789 - name : Cache Pub hosted dependencies
790- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
790+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
791791 with :
792792 path : " ~/.pub-cache/hosted"
793793 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf_router_generator;commands:test_3"
@@ -797,7 +797,7 @@ jobs:
797797 os:ubuntu-latest;pub-cache-hosted
798798 os:ubuntu-latest
799799 - name : Setup Dart SDK
800- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
800+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
801801 with :
802802 sdk : dev
803803 - id : checkout
@@ -824,7 +824,7 @@ jobs:
824824 runs-on : windows-latest
825825 steps :
826826 - name : Setup Dart SDK
827- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
827+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
828828 with :
829829 sdk : " 3.3.0"
830830 - id : checkout
@@ -869,7 +869,7 @@ jobs:
869869 runs-on : windows-latest
870870 steps :
871871 - name : Setup Dart SDK
872- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
872+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
873873 with :
874874 sdk : " 3.3.0"
875875 - id : checkout
@@ -896,7 +896,7 @@ jobs:
896896 runs-on : windows-latest
897897 steps :
898898 - name : Setup Dart SDK
899- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
899+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
900900 with :
901901 sdk : " 3.4.0"
902902 - id : checkout
@@ -923,7 +923,7 @@ jobs:
923923 runs-on : windows-latest
924924 steps :
925925 - name : Setup Dart SDK
926- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
926+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
927927 with :
928928 sdk : " 3.5.0"
929929 - id : checkout
@@ -950,7 +950,7 @@ jobs:
950950 runs-on : windows-latest
951951 steps :
952952 - name : Setup Dart SDK
953- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
953+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
954954 with :
955955 sdk : dev
956956 - id : checkout
@@ -986,7 +986,7 @@ jobs:
986986 runs-on : windows-latest
987987 steps :
988988 - name : Setup Dart SDK
989- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
989+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
990990 with :
991991 sdk : dev
992992 - id : checkout
0 commit comments