@@ -21,15 +21,15 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Cache Pub hosted dependencies
24
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
24
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
25
25
with :
26
26
path : " ~/.pub-cache/hosted"
27
27
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
28
28
restore-keys : |
29
29
os:ubuntu-latest;pub-cache-hosted
30
30
os:ubuntu-latest
31
31
- name : Setup Dart SDK
32
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
32
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
33
33
with :
34
34
sdk : stable
35
35
- id : checkout
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Cache Pub hosted dependencies
47
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
47
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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"
54
54
os:ubuntu-latest;pub-cache-hosted
55
55
os:ubuntu-latest
56
56
- name : Setup Dart SDK
57
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
57
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
58
58
with :
59
59
sdk : " 3.4.0"
60
60
- id : checkout
74
74
runs-on : ubuntu-latest
75
75
steps :
76
76
- name : Cache Pub hosted dependencies
77
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
77
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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"
84
84
os:ubuntu-latest;pub-cache-hosted
85
85
os:ubuntu-latest
86
86
- name : Setup Dart SDK
87
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
87
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
88
88
with :
89
89
sdk : " 3.4.0"
90
90
- id : checkout
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57
107
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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"
@@ -114,7 +114,7 @@ jobs:
114
114
os:ubuntu-latest;pub-cache-hosted
115
115
os:ubuntu-latest
116
116
- name : Setup Dart SDK
117
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
117
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
118
118
with :
119
119
sdk : dev
120
120
- id : checkout
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57
146
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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"
@@ -153,7 +153,7 @@ jobs:
153
153
os:ubuntu-latest;pub-cache-hosted
154
154
os:ubuntu-latest
155
155
- name : Setup Dart SDK
156
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
156
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
157
157
with :
158
158
sdk : dev
159
159
- id : checkout
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57
185
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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"
@@ -192,7 +192,7 @@ jobs:
192
192
os:ubuntu-latest;pub-cache-hosted
193
193
os:ubuntu-latest
194
194
- name : Setup Dart SDK
195
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
195
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
196
196
with :
197
197
sdk : " 3.4.0"
198
198
- id : checkout
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57
221
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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"
@@ -228,7 +228,7 @@ jobs:
228
228
os:ubuntu-latest;pub-cache-hosted
229
229
os:ubuntu-latest
230
230
- name : Setup Dart SDK
231
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
231
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
232
232
with :
233
233
sdk : " 3.4.0"
234
234
- id : checkout
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57
257
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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"
@@ -264,7 +264,7 @@ jobs:
264
264
os:ubuntu-latest;pub-cache-hosted
265
265
os:ubuntu-latest
266
266
- name : Setup Dart SDK
267
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
267
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
268
268
with :
269
269
sdk : dev
270
270
- id : checkout
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57
302
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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"
@@ -309,7 +309,7 @@ jobs:
309
309
os:ubuntu-latest;pub-cache-hosted
310
310
os:ubuntu-latest
311
311
- name : Setup Dart SDK
312
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
312
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
313
313
with :
314
314
sdk : dev
315
315
- id : checkout
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57
347
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
348
348
with :
349
349
path : " ~/.pub-cache/hosted"
350
350
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:web_generator;commands:command_1"
@@ -354,7 +354,7 @@ jobs:
354
354
os:ubuntu-latest;pub-cache-hosted
355
355
os:ubuntu-latest
356
356
- name : Setup Dart SDK
357
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
357
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
358
358
with :
359
359
sdk : dev
360
360
- id : checkout
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57
387
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
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_2"
@@ -394,7 +394,7 @@ jobs:
394
394
os:ubuntu-latest;pub-cache-hosted
395
395
os:ubuntu-latest
396
396
- name : Setup Dart SDK
397
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
397
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
398
398
with :
399
399
sdk : dev
400
400
- id : checkout
@@ -425,7 +425,7 @@ jobs:
425
425
runs-on : ubuntu-latest
426
426
steps :
427
427
- name : Cache Pub hosted dependencies
428
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
428
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
429
429
with :
430
430
path : " ~/.pub-cache/hosted"
431
431
key : " os:ubuntu-latest;pub-cache-hosted;sdk:main;packages:web;commands:command_0"
@@ -435,7 +435,7 @@ jobs:
435
435
os:ubuntu-latest;pub-cache-hosted
436
436
os:ubuntu-latest
437
437
- name : Setup Dart SDK
438
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
438
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
439
439
with :
440
440
sdk : main
441
441
- id : checkout
0 commit comments