21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Cache Pub hosted dependencies
24
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
24
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
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@d632683dd7b4114ad314bca15554477dd762a938
37
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
38
38
- name : mono_repo self validate
39
39
run : dart pub global activate mono_repo 6.6.1
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
47
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
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_router_generator-pkgs/shelf_static-pkgs/shelf_test_handler-pkgs/shelf_web_socket;commands:analyze"
59
59
sdk : " 3.3.0"
60
60
- id : checkout
61
61
name : Checkout repository
62
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
62
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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
@@ -128,7 +128,7 @@ jobs:
128
128
runs-on : ubuntu-latest
129
129
steps :
130
130
- name : Cache Pub hosted dependencies
131
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
131
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
132
132
with :
133
133
path : " ~/.pub-cache/hosted"
134
134
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:pkgs/shelf;commands:analyze"
@@ -143,7 +143,7 @@ jobs:
143
143
sdk : " 3.4.0"
144
144
- id : checkout
145
145
name : Checkout repository
146
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
146
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
147
147
- id : pkgs_shelf_pub_upgrade
148
148
name : pkgs/shelf; dart pub upgrade
149
149
run : dart pub upgrade
@@ -158,7 +158,7 @@ jobs:
158
158
runs-on : ubuntu-latest
159
159
steps :
160
160
- name : Cache Pub hosted dependencies
161
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
161
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
162
162
with :
163
163
path : " ~/.pub-cache/hosted"
164
164
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"
@@ -173,7 +173,7 @@ jobs:
173
173
sdk : dev
174
174
- id : checkout
175
175
name : Checkout repository
176
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
176
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
177
177
- id : pkgs_shelf_pub_upgrade
178
178
name : pkgs/shelf; dart pub upgrade
179
179
run : dart pub upgrade
@@ -251,7 +251,7 @@ jobs:
251
251
runs-on : ubuntu-latest
252
252
steps :
253
253
- name : Cache Pub hosted dependencies
254
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
254
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
255
255
with :
256
256
path : " ~/.pub-cache/hosted"
257
257
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"
@@ -266,7 +266,7 @@ jobs:
266
266
sdk : dev
267
267
- id : checkout
268
268
name : Checkout repository
269
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
269
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
270
270
- id : pkgs_shelf_pub_upgrade
271
271
name : pkgs/shelf; dart pub upgrade
272
272
run : dart pub upgrade
@@ -344,7 +344,7 @@ jobs:
344
344
runs-on : ubuntu-latest
345
345
steps :
346
346
- name : Cache Pub hosted dependencies
347
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
347
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
348
348
with :
349
349
path : " ~/.pub-cache/hosted"
350
350
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-pkgs/shelf_web_socket;commands:test_0"
@@ -359,7 +359,7 @@ jobs:
359
359
sdk : " 3.3.0"
360
360
- id : checkout
361
361
name : Checkout repository
362
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
362
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
363
363
- id : pkgs_shelf_packages_handler_pub_upgrade
364
364
name : pkgs/shelf_packages_handler; dart pub upgrade
365
365
run : dart pub upgrade
@@ -434,7 +434,7 @@ jobs:
434
434
runs-on : ubuntu-latest
435
435
steps :
436
436
- name : Cache Pub hosted dependencies
437
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
437
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
438
438
with :
439
439
path : " ~/.pub-cache/hosted"
440
440
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:pkgs/shelf_test_handler;commands:test_1"
@@ -449,7 +449,7 @@ jobs:
449
449
sdk : " 3.3.0"
450
450
- id : checkout
451
451
name : Checkout repository
452
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
452
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
453
453
- id : pkgs_shelf_test_handler_pub_upgrade
454
454
name : pkgs/shelf_test_handler; dart pub upgrade
455
455
run : dart pub upgrade
@@ -470,7 +470,7 @@ jobs:
470
470
runs-on : ubuntu-latest
471
471
steps :
472
472
- name : Cache Pub hosted dependencies
473
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
473
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
474
474
with :
475
475
path : " ~/.pub-cache/hosted"
476
476
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:pkgs/shelf;commands:test_1"
@@ -485,7 +485,7 @@ jobs:
485
485
sdk : " 3.4.0"
486
486
- id : checkout
487
487
name : Checkout repository
488
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
488
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
489
489
- id : pkgs_shelf_pub_upgrade
490
490
name : pkgs/shelf; dart pub upgrade
491
491
run : dart pub upgrade
@@ -506,7 +506,7 @@ jobs:
506
506
runs-on : ubuntu-latest
507
507
steps :
508
508
- name : Cache Pub hosted dependencies
509
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
509
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
510
510
with :
511
511
path : " ~/.pub-cache/hosted"
512
512
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:pkgs/shelf;commands:test_0"
@@ -521,7 +521,7 @@ jobs:
521
521
sdk : " 3.4.0"
522
522
- id : checkout
523
523
name : Checkout repository
524
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
524
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
525
525
- id : pkgs_shelf_pub_upgrade
526
526
name : pkgs/shelf; dart pub upgrade
527
527
run : dart pub upgrade
@@ -542,7 +542,7 @@ jobs:
542
542
runs-on : ubuntu-latest
543
543
steps :
544
544
- name : Cache Pub hosted dependencies
545
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
545
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
546
546
with :
547
547
path : " ~/.pub-cache/hosted"
548
548
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_test_handler;commands:test_2"
@@ -557,7 +557,7 @@ jobs:
557
557
sdk : dev
558
558
- id : checkout
559
559
name : Checkout repository
560
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
560
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
561
561
- id : pkgs_shelf_pub_upgrade
562
562
name : pkgs/shelf; dart pub upgrade
563
563
run : dart pub upgrade
@@ -587,7 +587,7 @@ jobs:
587
587
runs-on : ubuntu-latest
588
588
steps :
589
589
- name : Cache Pub hosted dependencies
590
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
590
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
591
591
with :
592
592
path : " ~/.pub-cache/hosted"
593
593
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf-pkgs/shelf_test_handler;commands:test_1"
@@ -602,7 +602,7 @@ jobs:
602
602
sdk : dev
603
603
- id : checkout
604
604
name : Checkout repository
605
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
605
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
606
606
- id : pkgs_shelf_pub_upgrade
607
607
name : pkgs/shelf; dart pub upgrade
608
608
run : dart pub upgrade
@@ -632,7 +632,7 @@ jobs:
632
632
runs-on : ubuntu-latest
633
633
steps :
634
634
- name : Cache Pub hosted dependencies
635
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
635
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
636
636
with :
637
637
path : " ~/.pub-cache/hosted"
638
638
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"
@@ -647,7 +647,7 @@ jobs:
647
647
sdk : dev
648
648
- id : checkout
649
649
name : Checkout repository
650
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
650
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
651
651
- id : pkgs_shelf_pub_upgrade
652
652
name : pkgs/shelf; dart pub upgrade
653
653
run : dart pub upgrade
@@ -731,7 +731,7 @@ jobs:
731
731
runs-on : ubuntu-latest
732
732
steps :
733
733
- name : Cache Pub hosted dependencies
734
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
734
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
735
735
with :
736
736
path : " ~/.pub-cache/hosted"
737
737
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:pkgs/shelf_router_generator;commands:test_3"
@@ -746,7 +746,7 @@ jobs:
746
746
sdk : dev
747
747
- id : checkout
748
748
name : Checkout repository
749
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
749
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
750
750
- id : pkgs_shelf_router_generator_pub_upgrade
751
751
name : pkgs/shelf_router_generator; dart pub upgrade
752
752
run : dart pub upgrade
@@ -772,7 +772,7 @@ jobs:
772
772
sdk : " 3.3.0"
773
773
- id : checkout
774
774
name : Checkout repository
775
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
775
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
776
776
- id : pkgs_shelf_packages_handler_pub_upgrade
777
777
name : pkgs/shelf_packages_handler; dart pub upgrade
778
778
run : dart pub upgrade
@@ -825,7 +825,7 @@ jobs:
825
825
sdk : " 3.3.0"
826
826
- id : checkout
827
827
name : Checkout repository
828
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
828
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
829
829
- id : pkgs_shelf_test_handler_pub_upgrade
830
830
name : pkgs/shelf_test_handler; dart pub upgrade
831
831
run : dart pub upgrade
@@ -851,7 +851,7 @@ jobs:
851
851
sdk : " 3.4.0"
852
852
- id : checkout
853
853
name : Checkout repository
854
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
854
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
855
855
- id : pkgs_shelf_pub_upgrade
856
856
name : pkgs/shelf; dart pub upgrade
857
857
run : dart pub upgrade
@@ -877,7 +877,7 @@ jobs:
877
877
sdk : dev
878
878
- id : checkout
879
879
name : Checkout repository
880
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
880
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
881
881
- id : pkgs_shelf_pub_upgrade
882
882
name : pkgs/shelf; dart pub upgrade
883
883
run : dart pub upgrade
@@ -912,7 +912,7 @@ jobs:
912
912
sdk : dev
913
913
- id : checkout
914
914
name : Checkout repository
915
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
915
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
916
916
- id : pkgs_shelf_packages_handler_pub_upgrade
917
917
name : pkgs/shelf_packages_handler; dart pub upgrade
918
918
run : dart pub upgrade
0 commit comments