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@0a8a0fc875eb934c15d08629302413c671d3f672
32
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
33
33
with :
34
34
sdk : stable
35
35
- id : checkout
@@ -40,23 +40,23 @@ jobs:
40
40
- name : mono_repo self validate
41
41
run : dart pub global run mono_repo generate --validate
42
42
job_002 :
43
- name : " analyzer_and_format; Dart 3.5 .0; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable; `dart analyze`"
43
+ name : " analyzer_and_format; Dart 3.6 .0; PKGS: _test_yaml, checked_yaml, example, json_annotation, json_serializable; `dart analyze`"
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Cache Pub hosted dependencies
47
47
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
48
48
with :
49
49
path : " ~/.pub-cache/hosted"
50
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:analyze_1"
50
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable;commands:analyze_1"
51
51
restore-keys : |
52
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable
53
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
52
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:_test_yaml-checked_yaml-example-json_annotation-json_serializable
53
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0
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@0a8a0fc875eb934c15d08629302413c671d3f672
57
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
58
58
with :
59
- sdk : " 3.5 .0"
59
+ sdk : " 3.6 .0"
60
60
- id : checkout
61
61
name : Checkout repository
62
62
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -120,7 +120,7 @@ jobs:
120
120
os:ubuntu-latest;pub-cache-hosted
121
121
os:ubuntu-latest
122
122
- name : Setup Dart SDK
123
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
123
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
124
124
with :
125
125
sdk : dev
126
126
- id : checkout
@@ -192,23 +192,23 @@ jobs:
192
192
if : " always() && steps.json_serializable_pub_upgrade.conclusion == 'success'"
193
193
working-directory : json_serializable
194
194
job_004 :
195
- name : " unit_test; Dart 3.5 .0; PKGS: _test_yaml, checked_yaml, example, json_serializable; `dart test`"
195
+ name : " unit_test; Dart 3.6 .0; PKGS: _test_yaml, checked_yaml, example, json_serializable; `dart test`"
196
196
runs-on : ubuntu-latest
197
197
steps :
198
198
- name : Cache Pub hosted dependencies
199
199
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
200
200
with :
201
201
path : " ~/.pub-cache/hosted"
202
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
202
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:_test_yaml-checked_yaml-example-json_serializable;commands:test_0"
203
203
restore-keys : |
204
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:_test_yaml-checked_yaml-example-json_serializable
205
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
204
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:_test_yaml-checked_yaml-example-json_serializable
205
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0
206
206
os:ubuntu-latest;pub-cache-hosted
207
207
os:ubuntu-latest
208
208
- name : Setup Dart SDK
209
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
209
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
210
210
with :
211
- sdk : " 3.5 .0"
211
+ sdk : " 3.6 .0"
212
212
- id : checkout
213
213
name : Checkout repository
214
214
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -253,23 +253,23 @@ jobs:
253
253
- job_002
254
254
- job_003
255
255
job_005 :
256
- name : " unit_test; Dart 3.5 .0; PKG: json_serializable; `dart test --run-skipped -t presubmit-only test/annotation_version_test.dart`"
256
+ name : " unit_test; Dart 3.6 .0; PKG: json_serializable; `dart test --run-skipped -t presubmit-only test/annotation_version_test.dart`"
257
257
runs-on : ubuntu-latest
258
258
steps :
259
259
- name : Cache Pub hosted dependencies
260
260
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
261
261
with :
262
262
path : " ~/.pub-cache/hosted"
263
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:json_serializable;commands:test_3"
263
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:json_serializable;commands:test_3"
264
264
restore-keys : |
265
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:json_serializable
266
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
265
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:json_serializable
266
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0
267
267
os:ubuntu-latest;pub-cache-hosted
268
268
os:ubuntu-latest
269
269
- name : Setup Dart SDK
270
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
270
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
271
271
with :
272
- sdk : " 3.5 .0"
272
+ sdk : " 3.6 .0"
273
273
- id : checkout
274
274
name : Checkout repository
275
275
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -287,23 +287,23 @@ jobs:
287
287
- job_002
288
288
- job_003
289
289
job_006 :
290
- name : " unit_test; Dart 3.5 .0; PKG: json_serializable; `dart test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
290
+ name : " unit_test; Dart 3.6 .0; PKG: json_serializable; `dart test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
291
291
runs-on : ubuntu-latest
292
292
steps :
293
293
- name : Cache Pub hosted dependencies
294
294
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
295
295
with :
296
296
path : " ~/.pub-cache/hosted"
297
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:json_serializable;commands:test_1"
297
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:json_serializable;commands:test_1"
298
298
restore-keys : |
299
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:json_serializable
300
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
299
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:json_serializable
300
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0
301
301
os:ubuntu-latest;pub-cache-hosted
302
302
os:ubuntu-latest
303
303
- name : Setup Dart SDK
304
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
304
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
305
305
with :
306
- sdk : " 3.5 .0"
306
+ sdk : " 3.6 .0"
307
307
- id : checkout
308
308
name : Checkout repository
309
309
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -321,23 +321,23 @@ jobs:
321
321
- job_002
322
322
- job_003
323
323
job_007 :
324
- name : " unit_test; Dart 3.5 .0; PKG: json_serializable; `dart test -p chrome`"
324
+ name : " unit_test; Dart 3.6 .0; PKG: json_serializable; `dart test -p chrome`"
325
325
runs-on : ubuntu-latest
326
326
steps :
327
327
- name : Cache Pub hosted dependencies
328
328
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
329
329
with :
330
330
path : " ~/.pub-cache/hosted"
331
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:json_serializable;commands:test_2"
331
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:json_serializable;commands:test_2"
332
332
restore-keys : |
333
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:json_serializable
334
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
333
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:json_serializable
334
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0
335
335
os:ubuntu-latest;pub-cache-hosted
336
336
os:ubuntu-latest
337
337
- name : Setup Dart SDK
338
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
338
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
339
339
with :
340
- sdk : " 3.5 .0"
340
+ sdk : " 3.6 .0"
341
341
- id : checkout
342
342
name : Checkout repository
343
343
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -369,7 +369,7 @@ jobs:
369
369
os:ubuntu-latest;pub-cache-hosted
370
370
os:ubuntu-latest
371
371
- name : Setup Dart SDK
372
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
372
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
373
373
with :
374
374
sdk : dev
375
375
- id : checkout
@@ -430,7 +430,7 @@ jobs:
430
430
os:ubuntu-latest;pub-cache-hosted
431
431
os:ubuntu-latest
432
432
- name : Setup Dart SDK
433
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
433
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
434
434
with :
435
435
sdk : dev
436
436
- id : checkout
@@ -464,7 +464,7 @@ jobs:
464
464
os:ubuntu-latest;pub-cache-hosted
465
465
os:ubuntu-latest
466
466
- name : Setup Dart SDK
467
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
467
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
468
468
with :
469
469
sdk : dev
470
470
- id : checkout
@@ -498,7 +498,7 @@ jobs:
498
498
os:ubuntu-latest;pub-cache-hosted
499
499
os:ubuntu-latest
500
500
- name : Setup Dart SDK
501
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
501
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
502
502
with :
503
503
sdk : dev
504
504
- id : checkout
@@ -518,23 +518,23 @@ jobs:
518
518
- job_002
519
519
- job_003
520
520
job_012 :
521
- name : " ensure_build; Dart 3.5 .0; PKGS: _test_yaml, checked_yaml, example; `dart test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
521
+ name : " ensure_build; Dart 3.6 .0; PKGS: _test_yaml, checked_yaml, example; `dart test --run-skipped -t presubmit-only test/ensure_build_test.dart`"
522
522
runs-on : ubuntu-latest
523
523
steps :
524
524
- name : Cache Pub hosted dependencies
525
525
uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
526
526
with :
527
527
path : " ~/.pub-cache/hosted"
528
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:_test_yaml-checked_yaml-example;commands:test_1"
528
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:_test_yaml-checked_yaml-example;commands:test_1"
529
529
restore-keys : |
530
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0;packages:_test_yaml-checked_yaml-example
531
- os:ubuntu-latest;pub-cache-hosted;sdk:3.5 .0
530
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0;packages:_test_yaml-checked_yaml-example
531
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6 .0
532
532
os:ubuntu-latest;pub-cache-hosted
533
533
os:ubuntu-latest
534
534
- name : Setup Dart SDK
535
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
535
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
536
536
with :
537
- sdk : " 3.5 .0"
537
+ sdk : " 3.6 .0"
538
538
- id : checkout
539
539
name : Checkout repository
540
540
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -592,7 +592,7 @@ jobs:
592
592
os:ubuntu-latest;pub-cache-hosted
593
593
os:ubuntu-latest
594
594
- name : Setup Dart SDK
595
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
595
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
596
596
with :
597
597
sdk : dev
598
598
- id : checkout
0 commit comments