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.2
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.4.0;packages:web;commands:analyze"
59
59
sdk : " 3.4.0"
60
60
- id : checkout
61
61
name : Checkout repository
62
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
62
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
63
63
- id : web_pub_upgrade
64
64
name : web; dart pub upgrade
65
65
run : dart pub upgrade
74
74
runs-on : ubuntu-latest
75
75
steps :
76
76
- name : Cache Pub hosted dependencies
77
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
77
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
78
78
with :
79
79
path : " ~/.pub-cache/hosted"
80
80
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:web;commands:format"
89
89
sdk : " 3.4.0"
90
90
- id : checkout
91
91
name : Checkout repository
92
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
92
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
93
93
- id : web_pub_upgrade
94
94
name : web; dart pub upgrade
95
95
run : dart pub upgrade
@@ -104,7 +104,7 @@ jobs:
104
104
runs-on : ubuntu-latest
105
105
steps :
106
106
- name : Cache Pub hosted dependencies
107
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
107
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
108
108
with :
109
109
path : " ~/.pub-cache/hosted"
110
110
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:web-web_generator;commands:analyze"
@@ -119,7 +119,7 @@ jobs:
119
119
sdk : dev
120
120
- id : checkout
121
121
name : Checkout repository
122
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
122
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
123
123
- id : web_pub_upgrade
124
124
name : web; dart pub upgrade
125
125
run : dart pub upgrade
@@ -143,7 +143,7 @@ jobs:
143
143
runs-on : ubuntu-latest
144
144
steps :
145
145
- name : Cache Pub hosted dependencies
146
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
146
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
147
147
with :
148
148
path : " ~/.pub-cache/hosted"
149
149
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:web-web_generator;commands:format"
@@ -158,7 +158,7 @@ jobs:
158
158
sdk : dev
159
159
- id : checkout
160
160
name : Checkout repository
161
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
161
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
162
162
- id : web_pub_upgrade
163
163
name : web; dart pub upgrade
164
164
run : dart pub upgrade
@@ -182,7 +182,7 @@ jobs:
182
182
runs-on : ubuntu-latest
183
183
steps :
184
184
- name : Cache Pub hosted dependencies
185
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
185
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
186
186
with :
187
187
path : " ~/.pub-cache/hosted"
188
188
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:web;commands:test_1"
@@ -197,7 +197,7 @@ jobs:
197
197
sdk : " 3.4.0"
198
198
- id : checkout
199
199
name : Checkout repository
200
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
200
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
201
201
- id : web_pub_upgrade
202
202
name : web; dart pub upgrade
203
203
run : dart pub upgrade
@@ -218,7 +218,7 @@ jobs:
218
218
runs-on : ubuntu-latest
219
219
steps :
220
220
- name : Cache Pub hosted dependencies
221
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
221
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
222
222
with :
223
223
path : " ~/.pub-cache/hosted"
224
224
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4.0;packages:web;commands:test_0"
@@ -233,7 +233,7 @@ jobs:
233
233
sdk : " 3.4.0"
234
234
- id : checkout
235
235
name : Checkout repository
236
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
236
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
237
237
- id : web_pub_upgrade
238
238
name : web; dart pub upgrade
239
239
run : dart pub upgrade
@@ -254,7 +254,7 @@ jobs:
254
254
runs-on : ubuntu-latest
255
255
steps :
256
256
- name : Cache Pub hosted dependencies
257
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
257
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
258
258
with :
259
259
path : " ~/.pub-cache/hosted"
260
260
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:web-web_generator;commands:test_1"
@@ -269,7 +269,7 @@ jobs:
269
269
sdk : dev
270
270
- id : checkout
271
271
name : Checkout repository
272
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
272
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
273
273
- id : web_pub_upgrade
274
274
name : web; dart pub upgrade
275
275
run : dart pub upgrade
@@ -299,7 +299,7 @@ jobs:
299
299
runs-on : ubuntu-latest
300
300
steps :
301
301
- name : Cache Pub hosted dependencies
302
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
302
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
303
303
with :
304
304
path : " ~/.pub-cache/hosted"
305
305
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:web-web_generator;commands:test_0"
@@ -314,7 +314,7 @@ jobs:
314
314
sdk : dev
315
315
- id : checkout
316
316
name : Checkout repository
317
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
317
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
318
318
- id : web_pub_upgrade
319
319
name : web; dart pub upgrade
320
320
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:dev;packages:web_generator;commands:analyze"
@@ -359,7 +359,7 @@ jobs:
359
359
sdk : dev
360
360
- id : checkout
361
361
name : Checkout repository
362
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
362
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
363
363
- id : web_generator_pub_upgrade
364
364
name : web_generator; dart pub upgrade
365
365
run : dart pub upgrade
@@ -384,7 +384,7 @@ jobs:
384
384
runs-on : ubuntu-latest
385
385
steps :
386
386
- name : Cache Pub hosted dependencies
387
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
387
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
388
388
with :
389
389
path : " ~/.pub-cache/hosted"
390
390
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:web_generator;commands:command_1"
@@ -399,7 +399,7 @@ jobs:
399
399
sdk : dev
400
400
- id : checkout
401
401
name : Checkout repository
402
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
402
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
403
403
- id : web_generator_pub_upgrade
404
404
name : web_generator; dart pub upgrade
405
405
run : dart pub upgrade
@@ -424,7 +424,7 @@ jobs:
424
424
runs-on : ubuntu-latest
425
425
steps :
426
426
- name : Cache Pub hosted dependencies
427
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
427
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
428
428
with :
429
429
path : " ~/.pub-cache/hosted"
430
430
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:web_generator;commands:analyze"
@@ -439,7 +439,7 @@ jobs:
439
439
sdk : dev
440
440
- id : checkout
441
441
name : Checkout repository
442
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
442
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
443
443
- id : web_generator_pub_upgrade
444
444
name : web_generator; dart pub upgrade
445
445
run : dart pub upgrade
@@ -466,7 +466,7 @@ jobs:
466
466
runs-on : ubuntu-latest
467
467
steps :
468
468
- name : Cache Pub hosted dependencies
469
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
469
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
470
470
with :
471
471
path : " ~/.pub-cache/hosted"
472
472
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:web_generator;commands:command_2"
@@ -481,7 +481,7 @@ jobs:
481
481
sdk : dev
482
482
- id : checkout
483
483
name : Checkout repository
484
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
484
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
485
485
- id : web_generator_pub_upgrade
486
486
name : web_generator; dart pub upgrade
487
487
run : dart pub upgrade
@@ -508,7 +508,7 @@ jobs:
508
508
runs-on : ubuntu-latest
509
509
steps :
510
510
- name : Cache Pub hosted dependencies
511
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
511
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
512
512
with :
513
513
path : " ~/.pub-cache/hosted"
514
514
key : " os:ubuntu-latest;pub-cache-hosted;sdk:main;packages:web;commands:command_0"
@@ -523,7 +523,7 @@ jobs:
523
523
sdk : main
524
524
- id : checkout
525
525
name : Checkout repository
526
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
526
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
527
527
- id : web_pub_upgrade
528
528
name : web; dart pub upgrade
529
529
run : dart pub upgrade
0 commit comments