21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Cache Pub hosted dependencies
24
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
24
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
25
25
with :
26
26
path : " ~/.pub-cache/hosted"
27
27
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
34
34
sdk : stable
35
35
- id : checkout
36
36
name : Checkout repository
37
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
37
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
38
38
- name : mono_repo self validate
39
39
run : dart pub global activate mono_repo 6.6.3
40
40
- name : mono_repo self validate
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Cache Pub hosted dependencies
47
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
47
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
48
48
with :
49
49
path : " ~/.pub-cache/hosted"
50
50
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_static;commands:analyze"
59
59
sdk : " 3.3.0"
60
60
- id : checkout
61
61
name : Checkout repository
62
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
62
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
63
63
- id : pkgs_shelf_packages_handler_pub_upgrade
64
64
name : pkgs/shelf_packages_handler; dart pub upgrade
65
65
run : dart pub upgrade
@@ -101,7 +101,7 @@ jobs:
101
101
runs-on : ubuntu-latest
102
102
steps :
103
103
- name : Cache Pub hosted dependencies
104
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
104
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
105
105
with :
106
106
path : " ~/.pub-cache/hosted"
107
107
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:pkgs/shelf;commands:analyze"
@@ -116,7 +116,7 @@ jobs:
116
116
sdk : " 3.4.0"
117
117
- id : checkout
118
118
name : Checkout repository
119
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
119
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
120
120
- id : pkgs_shelf_pub_upgrade
121
121
name : pkgs/shelf; dart pub upgrade
122
122
run : dart pub upgrade
@@ -131,7 +131,7 @@ jobs:
131
131
runs-on : ubuntu-latest
132
132
steps :
133
133
- name : Cache Pub hosted dependencies
134
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
134
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
135
135
with :
136
136
path : " ~/.pub-cache/hosted"
137
137
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:analyze"
@@ -146,7 +146,7 @@ jobs:
146
146
sdk : " 3.5.0"
147
147
- id : checkout
148
148
name : Checkout repository
149
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
149
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
150
150
- id : pkgs_shelf_test_handler_pub_upgrade
151
151
name : pkgs/shelf_test_handler; dart pub upgrade
152
152
run : dart pub upgrade
@@ -170,7 +170,7 @@ jobs:
170
170
runs-on : ubuntu-latest
171
171
steps :
172
172
- name : Cache Pub hosted dependencies
173
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
173
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
174
174
with :
175
175
path : " ~/.pub-cache/hosted"
176
176
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.7.0;packages:pkgs/shelf_router_generator;commands:analyze"
@@ -185,7 +185,7 @@ jobs:
185
185
sdk : " 3.7.0"
186
186
- id : checkout
187
187
name : Checkout repository
188
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
188
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
189
189
- id : pkgs_shelf_router_generator_pub_upgrade
190
190
name : pkgs/shelf_router_generator; dart pub upgrade
191
191
run : dart pub upgrade
@@ -200,7 +200,7 @@ jobs:
200
200
runs-on : ubuntu-latest
201
201
steps :
202
202
- name : Cache Pub hosted dependencies
203
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
203
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
204
204
with :
205
205
path : " ~/.pub-cache/hosted"
206
206
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"
@@ -215,7 +215,7 @@ jobs:
215
215
sdk : dev
216
216
- id : checkout
217
217
name : Checkout repository
218
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
218
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
219
219
- id : pkgs_shelf_pub_upgrade
220
220
name : pkgs/shelf; dart pub upgrade
221
221
run : dart pub upgrade
@@ -293,7 +293,7 @@ jobs:
293
293
runs-on : ubuntu-latest
294
294
steps :
295
295
- name : Cache Pub hosted dependencies
296
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
296
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
297
297
with :
298
298
path : " ~/.pub-cache/hosted"
299
299
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"
@@ -308,7 +308,7 @@ jobs:
308
308
sdk : dev
309
309
- id : checkout
310
310
name : Checkout repository
311
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
311
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
312
312
- id : pkgs_shelf_pub_upgrade
313
313
name : pkgs/shelf; dart pub upgrade
314
314
run : dart pub upgrade
@@ -386,7 +386,7 @@ jobs:
386
386
runs-on : ubuntu-latest
387
387
steps :
388
388
- name : Cache Pub hosted dependencies
389
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
389
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
390
390
with :
391
391
path : " ~/.pub-cache/hosted"
392
392
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:pkgs/shelf_packages_handler-pkgs/shelf_proxy-pkgs/shelf_router-pkgs/shelf_static;commands:test_0"
@@ -401,7 +401,7 @@ jobs:
401
401
sdk : " 3.3.0"
402
402
- id : checkout
403
403
name : Checkout repository
404
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
404
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
405
405
- id : pkgs_shelf_packages_handler_pub_upgrade
406
406
name : pkgs/shelf_packages_handler; dart pub upgrade
407
407
run : dart pub upgrade
@@ -451,7 +451,7 @@ jobs:
451
451
runs-on : ubuntu-latest
452
452
steps :
453
453
- name : Cache Pub hosted dependencies
454
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
454
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
455
455
with :
456
456
path : " ~/.pub-cache/hosted"
457
457
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:pkgs/shelf;commands:test_1"
@@ -466,7 +466,7 @@ jobs:
466
466
sdk : " 3.4.0"
467
467
- id : checkout
468
468
name : Checkout repository
469
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
469
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
470
470
- id : pkgs_shelf_pub_upgrade
471
471
name : pkgs/shelf; dart pub upgrade
472
472
run : dart pub upgrade
@@ -489,7 +489,7 @@ jobs:
489
489
runs-on : ubuntu-latest
490
490
steps :
491
491
- name : Cache Pub hosted dependencies
492
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
492
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
493
493
with :
494
494
path : " ~/.pub-cache/hosted"
495
495
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:pkgs/shelf;commands:test_0"
@@ -504,7 +504,7 @@ jobs:
504
504
sdk : " 3.4.0"
505
505
- id : checkout
506
506
name : Checkout repository
507
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
507
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
508
508
- id : pkgs_shelf_pub_upgrade
509
509
name : pkgs/shelf; dart pub upgrade
510
510
run : dart pub upgrade
@@ -527,7 +527,7 @@ jobs:
527
527
runs-on : ubuntu-latest
528
528
steps :
529
529
- name : Cache Pub hosted dependencies
530
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
530
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
531
531
with :
532
532
path : " ~/.pub-cache/hosted"
533
533
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:pkgs/shelf_test_handler;commands:test_1"
@@ -542,7 +542,7 @@ jobs:
542
542
sdk : " 3.5.0"
543
543
- id : checkout
544
544
name : Checkout repository
545
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
545
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
546
546
- id : pkgs_shelf_test_handler_pub_upgrade
547
547
name : pkgs/shelf_test_handler; dart pub upgrade
548
548
run : dart pub upgrade
@@ -565,7 +565,7 @@ jobs:
565
565
runs-on : ubuntu-latest
566
566
steps :
567
567
- name : Cache Pub hosted dependencies
568
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
568
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
569
569
with :
570
570
path : " ~/.pub-cache/hosted"
571
571
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5.0;packages:pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:test_0"
@@ -580,7 +580,7 @@ jobs:
580
580
sdk : " 3.5.0"
581
581
- id : checkout
582
582
name : Checkout repository
583
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
583
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
584
584
- id : pkgs_shelf_test_handler_pub_upgrade
585
585
name : pkgs/shelf_test_handler; dart pub upgrade
586
586
run : dart pub upgrade
@@ -612,7 +612,7 @@ jobs:
612
612
runs-on : ubuntu-latest
613
613
steps :
614
614
- name : Cache Pub hosted dependencies
615
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
615
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
616
616
with :
617
617
path : " ~/.pub-cache/hosted"
618
618
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.7.0;packages:pkgs/shelf_router_generator;commands:test_0"
@@ -627,7 +627,7 @@ jobs:
627
627
sdk : " 3.7.0"
628
628
- id : checkout
629
629
name : Checkout repository
630
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
630
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
631
631
- id : pkgs_shelf_router_generator_pub_upgrade
632
632
name : pkgs/shelf_router_generator; dart pub upgrade
633
633
run : dart pub upgrade
@@ -650,7 +650,7 @@ jobs:
650
650
runs-on : ubuntu-latest
651
651
steps :
652
652
- name : Cache Pub hosted dependencies
653
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
653
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
654
654
with :
655
655
path : " ~/.pub-cache/hosted"
656
656
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_test_handler;commands:test_2"
@@ -665,7 +665,7 @@ jobs:
665
665
sdk : dev
666
666
- id : checkout
667
667
name : Checkout repository
668
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
668
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
669
669
- id : pkgs_shelf_pub_upgrade
670
670
name : pkgs/shelf; dart pub upgrade
671
671
run : dart pub upgrade
@@ -697,7 +697,7 @@ jobs:
697
697
runs-on : ubuntu-latest
698
698
steps :
699
699
- name : Cache Pub hosted dependencies
700
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
700
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
701
701
with :
702
702
path : " ~/.pub-cache/hosted"
703
703
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_test_handler;commands:test_1"
@@ -712,7 +712,7 @@ jobs:
712
712
sdk : dev
713
713
- id : checkout
714
714
name : Checkout repository
715
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
715
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
716
716
- id : pkgs_shelf_pub_upgrade
717
717
name : pkgs/shelf; dart pub upgrade
718
718
run : dart pub upgrade
@@ -744,7 +744,7 @@ jobs:
744
744
runs-on : ubuntu-latest
745
745
steps :
746
746
- name : Cache Pub hosted dependencies
747
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
747
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
748
748
with :
749
749
path : " ~/.pub-cache/hosted"
750
750
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"
@@ -759,7 +759,7 @@ jobs:
759
759
sdk : dev
760
760
- id : checkout
761
761
name : Checkout repository
762
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
762
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
763
763
- id : pkgs_shelf_pub_upgrade
764
764
name : pkgs/shelf; dart pub upgrade
765
765
run : dart pub upgrade
@@ -845,7 +845,7 @@ jobs:
845
845
runs-on : ubuntu-latest
846
846
steps :
847
847
- name : Cache Pub hosted dependencies
848
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
848
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
849
849
with :
850
850
path : " ~/.pub-cache/hosted"
851
851
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf_router_generator;commands:test_3"
@@ -860,7 +860,7 @@ jobs:
860
860
sdk : dev
861
861
- id : checkout
862
862
name : Checkout repository
863
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
863
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
864
864
- id : pkgs_shelf_router_generator_pub_upgrade
865
865
name : pkgs/shelf_router_generator; dart pub upgrade
866
866
run : dart pub upgrade
@@ -888,7 +888,7 @@ jobs:
888
888
sdk : " 3.3.0"
889
889
- id : checkout
890
890
name : Checkout repository
891
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
891
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
892
892
- id : pkgs_shelf_packages_handler_pub_upgrade
893
893
name : pkgs/shelf_packages_handler; dart pub upgrade
894
894
run : dart pub upgrade
@@ -925,7 +925,7 @@ jobs:
925
925
sdk : " 3.4.0"
926
926
- id : checkout
927
927
name : Checkout repository
928
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
928
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
929
929
- id : pkgs_shelf_pub_upgrade
930
930
name : pkgs/shelf; dart pub upgrade
931
931
run : dart pub upgrade
@@ -953,7 +953,7 @@ jobs:
953
953
sdk : " 3.5.0"
954
954
- id : checkout
955
955
name : Checkout repository
956
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
956
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
957
957
- id : pkgs_shelf_test_handler_pub_upgrade
958
958
name : pkgs/shelf_test_handler; dart pub upgrade
959
959
run : dart pub upgrade
@@ -981,7 +981,7 @@ jobs:
981
981
sdk : " 3.5.0"
982
982
- id : checkout
983
983
name : Checkout repository
984
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
984
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
985
985
- id : pkgs_shelf_test_handler_pub_upgrade
986
986
name : pkgs/shelf_test_handler; dart pub upgrade
987
987
run : dart pub upgrade
@@ -1018,7 +1018,7 @@ jobs:
1018
1018
sdk : dev
1019
1019
- id : checkout
1020
1020
name : Checkout repository
1021
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1021
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1022
1022
- id : pkgs_shelf_pub_upgrade
1023
1023
name : pkgs/shelf; dart pub upgrade
1024
1024
run : dart pub upgrade
@@ -1055,7 +1055,7 @@ jobs:
1055
1055
sdk : dev
1056
1056
- id : checkout
1057
1057
name : Checkout repository
1058
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1058
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1059
1059
- id : pkgs_shelf_packages_handler_pub_upgrade
1060
1060
name : pkgs/shelf_packages_handler; dart pub upgrade
1061
1061
run : dart pub upgrade
0 commit comments