1
- # Created with package:mono_repo v6.4.2
1
+ # Created with package:mono_repo v6.4.3
2
2
name : Dart CI
3
3
on :
4
4
push :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Cache Pub hosted dependencies
23
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
23
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d
24
24
with :
25
25
path : " ~/.pub-cache/hosted"
26
26
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
@@ -33,17 +33,17 @@ jobs:
33
33
sdk : stable
34
34
- id : checkout
35
35
name : Checkout repository
36
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
36
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
37
37
- name : mono_repo self validate
38
- run : dart pub global activate mono_repo 6.4.2
38
+ run : dart pub global activate mono_repo 6.4.3
39
39
- name : mono_repo self validate
40
40
run : dart pub global run mono_repo generate --validate
41
41
job_002 :
42
42
name : " format_analyze; linux; Dart 2.12.0; PKG: protobuf; `dart analyze lib`, `dart analyze test`"
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- name : Cache Pub hosted dependencies
46
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
46
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d
47
47
with :
48
48
path : " ~/.pub-cache/hosted"
49
49
key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.12.0;packages:protobuf;commands:analyze_1-analyze_2"
58
58
sdk : " 2.12.0"
59
59
- id : checkout
60
60
name : Checkout repository
61
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
61
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
62
62
- id : protobuf_pub_upgrade
63
63
name : protobuf; dart pub upgrade
64
64
run : dart pub upgrade
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- name : Cache Pub hosted dependencies
80
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
80
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d
81
81
with :
82
82
path : " ~/.pub-cache/hosted"
83
83
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:api_benchmark;commands:format-command_0-command_1-analyze_0"
92
92
sdk : dev
93
93
- id : checkout
94
94
name : Checkout repository
95
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
95
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
96
96
- id : api_benchmark_pub_upgrade
97
97
name : api_benchmark; dart pub upgrade
98
98
run : dart pub upgrade
@@ -119,7 +119,7 @@ jobs:
119
119
runs-on : ubuntu-latest
120
120
steps :
121
121
- name : Cache Pub hosted dependencies
122
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
122
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d
123
123
with :
124
124
path : " ~/.pub-cache/hosted"
125
125
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:benchmarks;commands:format-command_0-command_2-analyze_0"
@@ -134,7 +134,7 @@ jobs:
134
134
sdk : dev
135
135
- id : checkout
136
136
name : Checkout repository
137
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
137
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
138
138
- id : benchmarks_pub_upgrade
139
139
name : benchmarks; dart pub upgrade
140
140
run : dart pub upgrade
@@ -161,7 +161,7 @@ jobs:
161
161
runs-on : ubuntu-latest
162
162
steps :
163
163
- name : Cache Pub hosted dependencies
164
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
164
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d
165
165
with :
166
166
path : " ~/.pub-cache/hosted"
167
167
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protobuf;commands:format-analyze_0"
@@ -176,7 +176,7 @@ jobs:
176
176
sdk : dev
177
177
- id : checkout
178
178
name : Checkout repository
179
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
179
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
180
180
- id : protobuf_pub_upgrade
181
181
name : protobuf; dart pub upgrade
182
182
run : dart pub upgrade
@@ -195,7 +195,7 @@ jobs:
195
195
runs-on : ubuntu-latest
196
196
steps :
197
197
- name : Cache Pub hosted dependencies
198
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
198
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d
199
199
with :
200
200
path : " ~/.pub-cache/hosted"
201
201
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protoc_plugin;commands:format-command_0-command_3-analyze_0"
@@ -210,7 +210,7 @@ jobs:
210
210
sdk : dev
211
211
- id : checkout
212
212
name : Checkout repository
213
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
213
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
214
214
- id : protoc_plugin_pub_upgrade
215
215
name : protoc_plugin; dart pub upgrade
216
216
run : dart pub upgrade
@@ -237,7 +237,7 @@ jobs:
237
237
runs-on : ubuntu-latest
238
238
steps :
239
239
- name : Cache Pub hosted dependencies
240
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
240
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d
241
241
with :
242
242
path : " ~/.pub-cache/hosted"
243
243
key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.12.0;packages:protobuf;commands:test"
@@ -252,7 +252,7 @@ jobs:
252
252
sdk : " 2.12.0"
253
253
- id : checkout
254
254
name : Checkout repository
255
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
255
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
256
256
- id : protobuf_pub_upgrade
257
257
name : protobuf; dart pub upgrade
258
258
run : dart pub upgrade
@@ -274,7 +274,7 @@ jobs:
274
274
runs-on : ubuntu-latest
275
275
steps :
276
276
- name : Cache Pub hosted dependencies
277
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
277
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d
278
278
with :
279
279
path : " ~/.pub-cache/hosted"
280
280
key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.12.0;packages:protoc_plugin;commands:command_0-command_3-test"
@@ -289,7 +289,7 @@ jobs:
289
289
sdk : " 2.12.0"
290
290
- id : checkout
291
291
name : Checkout repository
292
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
292
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
293
293
- id : protoc_plugin_pub_upgrade
294
294
name : protoc_plugin; dart pub upgrade
295
295
run : dart pub upgrade
@@ -319,7 +319,7 @@ jobs:
319
319
runs-on : ubuntu-latest
320
320
steps :
321
321
- name : Cache Pub hosted dependencies
322
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
322
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d
323
323
with :
324
324
path : " ~/.pub-cache/hosted"
325
325
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protobuf;commands:test"
@@ -334,7 +334,7 @@ jobs:
334
334
sdk : dev
335
335
- id : checkout
336
336
name : Checkout repository
337
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
337
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
338
338
- id : protobuf_pub_upgrade
339
339
name : protobuf; dart pub upgrade
340
340
run : dart pub upgrade
@@ -356,7 +356,7 @@ jobs:
356
356
runs-on : ubuntu-latest
357
357
steps :
358
358
- name : Cache Pub hosted dependencies
359
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
359
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d
360
360
with :
361
361
path : " ~/.pub-cache/hosted"
362
362
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:protoc_plugin;commands:command_0-command_3-test"
@@ -371,7 +371,7 @@ jobs:
371
371
sdk : dev
372
372
- id : checkout
373
373
name : Checkout repository
374
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
374
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
375
375
- id : protoc_plugin_pub_upgrade
376
376
name : protoc_plugin; dart pub upgrade
377
377
run : dart pub upgrade
@@ -401,7 +401,7 @@ jobs:
401
401
runs-on : macos-latest
402
402
steps :
403
403
- name : Cache Pub hosted dependencies
404
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
404
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d
405
405
with :
406
406
path : " ~/.pub-cache/hosted"
407
407
key : " os:macos-latest;pub-cache-hosted;sdk:2.12.0;packages:protobuf;commands:test"
@@ -416,7 +416,7 @@ jobs:
416
416
sdk : " 2.12.0"
417
417
- id : checkout
418
418
name : Checkout repository
419
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
419
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
420
420
- id : protobuf_pub_upgrade
421
421
name : protobuf; dart pub upgrade
422
422
run : dart pub upgrade
@@ -438,7 +438,7 @@ jobs:
438
438
runs-on : macos-latest
439
439
steps :
440
440
- name : Cache Pub hosted dependencies
441
- uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
441
+ uses : actions/cache@4723a57e26efda3a62cbde1812113b730952852d
442
442
with :
443
443
path : " ~/.pub-cache/hosted"
444
444
key : " os:macos-latest;pub-cache-hosted;sdk:dev;packages:protobuf;commands:test"
@@ -453,7 +453,7 @@ jobs:
453
453
sdk : dev
454
454
- id : checkout
455
455
name : Checkout repository
456
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
456
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
457
457
- id : protobuf_pub_upgrade
458
458
name : protobuf; dart pub upgrade
459
459
run : dart pub upgrade
@@ -480,7 +480,7 @@ jobs:
480
480
sdk : " 2.12.0"
481
481
- id : checkout
482
482
name : Checkout repository
483
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
483
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
484
484
- id : protobuf_pub_upgrade
485
485
name : protobuf; dart pub upgrade
486
486
run : dart pub upgrade
@@ -507,7 +507,7 @@ jobs:
507
507
sdk : dev
508
508
- id : checkout
509
509
name : Checkout repository
510
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
510
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
511
511
- id : protobuf_pub_upgrade
512
512
name : protobuf; dart pub upgrade
513
513
run : dart pub upgrade
0 commit comments