2929 os:ubuntu-latest;pub-cache-hosted
3030 os:ubuntu-latest
3131 - name : Setup Dart SDK
32- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
32+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
3333 with :
3434 sdk : stable
3535 - id : checkout
@@ -40,23 +40,23 @@ jobs:
4040 - name : mono_repo self validate
4141 run : dart pub global run mono_repo generate --validate
4242 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`"
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Cache Pub hosted dependencies
4747 uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
4848 with :
4949 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"
5151 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
5454 os:ubuntu-latest;pub-cache-hosted
5555 os:ubuntu-latest
5656 - name : Setup Dart SDK
57- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
57+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
5858 with :
59- sdk : " 3.5 .0"
59+ sdk : " 3.6 .0"
6060 - id : checkout
6161 name : Checkout repository
6262 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -120,7 +120,7 @@ jobs:
120120 os:ubuntu-latest;pub-cache-hosted
121121 os:ubuntu-latest
122122 - name : Setup Dart SDK
123- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
123+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
124124 with :
125125 sdk : dev
126126 - id : checkout
@@ -192,23 +192,23 @@ jobs:
192192 if : " always() && steps.json_serializable_pub_upgrade.conclusion == 'success'"
193193 working-directory : json_serializable
194194 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`"
196196 runs-on : ubuntu-latest
197197 steps :
198198 - name : Cache Pub hosted dependencies
199199 uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
200200 with :
201201 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"
203203 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
206206 os:ubuntu-latest;pub-cache-hosted
207207 os:ubuntu-latest
208208 - name : Setup Dart SDK
209- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
209+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
210210 with :
211- sdk : " 3.5 .0"
211+ sdk : " 3.6 .0"
212212 - id : checkout
213213 name : Checkout repository
214214 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -253,23 +253,23 @@ jobs:
253253 - job_002
254254 - job_003
255255 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`"
257257 runs-on : ubuntu-latest
258258 steps :
259259 - name : Cache Pub hosted dependencies
260260 uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
261261 with :
262262 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"
264264 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
267267 os:ubuntu-latest;pub-cache-hosted
268268 os:ubuntu-latest
269269 - name : Setup Dart SDK
270- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
270+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
271271 with :
272- sdk : " 3.5 .0"
272+ sdk : " 3.6 .0"
273273 - id : checkout
274274 name : Checkout repository
275275 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -287,23 +287,23 @@ jobs:
287287 - job_002
288288 - job_003
289289 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`"
291291 runs-on : ubuntu-latest
292292 steps :
293293 - name : Cache Pub hosted dependencies
294294 uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
295295 with :
296296 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"
298298 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
301301 os:ubuntu-latest;pub-cache-hosted
302302 os:ubuntu-latest
303303 - name : Setup Dart SDK
304- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
304+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
305305 with :
306- sdk : " 3.5 .0"
306+ sdk : " 3.6 .0"
307307 - id : checkout
308308 name : Checkout repository
309309 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -321,23 +321,23 @@ jobs:
321321 - job_002
322322 - job_003
323323 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`"
325325 runs-on : ubuntu-latest
326326 steps :
327327 - name : Cache Pub hosted dependencies
328328 uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
329329 with :
330330 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"
332332 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
335335 os:ubuntu-latest;pub-cache-hosted
336336 os:ubuntu-latest
337337 - name : Setup Dart SDK
338- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
338+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
339339 with :
340- sdk : " 3.5 .0"
340+ sdk : " 3.6 .0"
341341 - id : checkout
342342 name : Checkout repository
343343 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -369,7 +369,7 @@ jobs:
369369 os:ubuntu-latest;pub-cache-hosted
370370 os:ubuntu-latest
371371 - name : Setup Dart SDK
372- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
372+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
373373 with :
374374 sdk : dev
375375 - id : checkout
@@ -430,7 +430,7 @@ jobs:
430430 os:ubuntu-latest;pub-cache-hosted
431431 os:ubuntu-latest
432432 - name : Setup Dart SDK
433- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
433+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
434434 with :
435435 sdk : dev
436436 - id : checkout
@@ -464,7 +464,7 @@ jobs:
464464 os:ubuntu-latest;pub-cache-hosted
465465 os:ubuntu-latest
466466 - name : Setup Dart SDK
467- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
467+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
468468 with :
469469 sdk : dev
470470 - id : checkout
@@ -498,7 +498,7 @@ jobs:
498498 os:ubuntu-latest;pub-cache-hosted
499499 os:ubuntu-latest
500500 - name : Setup Dart SDK
501- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
501+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
502502 with :
503503 sdk : dev
504504 - id : checkout
@@ -518,23 +518,23 @@ jobs:
518518 - job_002
519519 - job_003
520520 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`"
522522 runs-on : ubuntu-latest
523523 steps :
524524 - name : Cache Pub hosted dependencies
525525 uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
526526 with :
527527 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"
529529 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
532532 os:ubuntu-latest;pub-cache-hosted
533533 os:ubuntu-latest
534534 - name : Setup Dart SDK
535- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
535+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
536536 with :
537- sdk : " 3.5 .0"
537+ sdk : " 3.6 .0"
538538 - id : checkout
539539 name : Checkout repository
540540 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -592,7 +592,7 @@ jobs:
592592 os:ubuntu-latest;pub-cache-hosted
593593 os:ubuntu-latest
594594 - name : Setup Dart SDK
595- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
595+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
596596 with :
597597 sdk : dev
598598 - id : checkout
0 commit comments