1- # Created with package:mono_repo v6.5.4
1+ # Created with package:mono_repo v6.5.7
22name : Dart CI
33on :
44 push :
@@ -36,27 +36,27 @@ jobs:
3636 name : Checkout repository
3737 uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3838 - name : mono_repo self validate
39- run : dart pub global activate mono_repo 6.5.4
39+ run : dart pub global activate mono_repo 6.5.7
4040 - name : mono_repo self validate
4141 run : dart pub global run mono_repo generate --validate
4242 job_002 :
43- name : " analyze_format; linux; Dart 2.18 .0; PKG: source_gen; `dart analyze`"
43+ name : " analyze_format; linux; Dart 3.0 .0; PKG: source_gen; `dart analyze`"
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Cache Pub hosted dependencies
4747 uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
4848 with :
4949 path : " ~/.pub-cache/hosted"
50- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:source_gen;commands:analyze_1"
50+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:source_gen;commands:analyze_1"
5151 restore-keys : |
52- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:source_gen
53- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0
52+ os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:source_gen
53+ os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0
5454 os:ubuntu-latest;pub-cache-hosted
5555 os:ubuntu-latest
5656 - name : Setup Dart SDK
5757 uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
5858 with :
59- sdk : " 2.18 .0"
59+ sdk : " 3.0 .0"
6060 - id : checkout
6161 name : Checkout repository
6262 uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
@@ -143,23 +143,23 @@ jobs:
143143 if : " always() && steps.source_gen_pub_upgrade.conclusion == 'success'"
144144 working-directory : source_gen
145145 job_004 :
146- name : " unit_test; linux; Dart 2.18 .0; PKG: example_usage; `dart test --run-skipped`"
146+ name : " unit_test; linux; Dart 3.0 .0; PKG: example_usage; `dart test --run-skipped`"
147147 runs-on : ubuntu-latest
148148 steps :
149149 - name : Cache Pub hosted dependencies
150150 uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
151151 with :
152152 path : " ~/.pub-cache/hosted"
153- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:example_usage;commands:test_0"
153+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:example_usage;commands:test_0"
154154 restore-keys : |
155- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:example_usage
156- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0
155+ os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:example_usage
156+ os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0
157157 os:ubuntu-latest;pub-cache-hosted
158158 os:ubuntu-latest
159159 - name : Setup Dart SDK
160160 uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
161161 with :
162- sdk : " 2.18 .0"
162+ sdk : " 3.0 .0"
163163 - id : checkout
164164 name : Checkout repository
165165 uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
@@ -177,23 +177,23 @@ jobs:
177177 - job_002
178178 - job_003
179179 job_005 :
180- name : " unit_test; linux; Dart 2.18 .0; PKG: source_gen; `dart test`"
180+ name : " unit_test; linux; Dart 3.0 .0; PKG: source_gen; `dart test`"
181181 runs-on : ubuntu-latest
182182 steps :
183183 - name : Cache Pub hosted dependencies
184184 uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
185185 with :
186186 path : " ~/.pub-cache/hosted"
187- key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:source_gen;commands:test_1"
187+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:source_gen;commands:test_1"
188188 restore-keys : |
189- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0;packages:source_gen
190- os:ubuntu-latest;pub-cache-hosted;sdk:2.18 .0
189+ os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:source_gen
190+ os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0
191191 os:ubuntu-latest;pub-cache-hosted
192192 os:ubuntu-latest
193193 - name : Setup Dart SDK
194194 uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
195195 with :
196- sdk : " 2.18 .0"
196+ sdk : " 3.0 .0"
197197 - id : checkout
198198 name : Checkout repository
199199 uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
@@ -279,13 +279,13 @@ jobs:
279279 - job_002
280280 - job_003
281281 job_008 :
282- name : " unit_test; windows; Dart 2.18 .0; PKG: source_gen; `dart test`"
282+ name : " unit_test; windows; Dart 3.0 .0; PKG: source_gen; `dart test`"
283283 runs-on : windows-latest
284284 steps :
285285 - name : Setup Dart SDK
286286 uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
287287 with :
288- sdk : " 2.18 .0"
288+ sdk : " 3.0 .0"
289289 - id : checkout
290290 name : Checkout repository
291291 uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
0 commit comments