1
- # Created with package:mono_repo v6.5.7
1
+ # Created with package:mono_repo v6.6.1
2
2
name : Dart CI
3
3
on :
4
4
push :
@@ -36,27 +36,27 @@ jobs:
36
36
name : Checkout repository
37
37
uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
38
38
- name : mono_repo self validate
39
- run : dart pub global activate mono_repo 6.5.7
39
+ run : dart pub global activate mono_repo 6.6.1
40
40
- name : mono_repo self validate
41
41
run : dart pub global run mono_repo generate --validate
42
42
job_002 :
43
- name : " analyze_format; linux; Dart 3.0 .0; PKG: source_gen; `dart analyze`"
43
+ name : " analyze_format; linux; Dart 3.4 .0; PKG: source_gen; `dart analyze`"
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Cache Pub hosted dependencies
47
47
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
48
48
with :
49
49
path : " ~/.pub-cache/hosted"
50
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:source_gen;commands:analyze_1"
50
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:source_gen;commands:analyze_1"
51
51
restore-keys : |
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
52
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:source_gen
53
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0
54
54
os:ubuntu-latest;pub-cache-hosted
55
55
os:ubuntu-latest
56
56
- name : Setup Dart SDK
57
57
uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
58
58
with :
59
- sdk : " 3.0 .0"
59
+ sdk : " 3.4 .0"
60
60
- id : checkout
61
61
name : Checkout repository
62
62
uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
@@ -143,23 +143,23 @@ jobs:
143
143
if : " always() && steps.source_gen_pub_upgrade.conclusion == 'success'"
144
144
working-directory : source_gen
145
145
job_004 :
146
- name : " unit_test; linux; Dart 3.0 .0; PKG: example_usage; `dart test --run-skipped`"
146
+ name : " unit_test; linux; Dart 3.4 .0; PKG: example_usage; `dart test --run-skipped`"
147
147
runs-on : ubuntu-latest
148
148
steps :
149
149
- name : Cache Pub hosted dependencies
150
150
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
151
151
with :
152
152
path : " ~/.pub-cache/hosted"
153
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:example_usage;commands:test_0"
153
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:example_usage;commands:test_0"
154
154
restore-keys : |
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
155
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:example_usage
156
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0
157
157
os:ubuntu-latest;pub-cache-hosted
158
158
os:ubuntu-latest
159
159
- name : Setup Dart SDK
160
160
uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
161
161
with :
162
- sdk : " 3.0 .0"
162
+ sdk : " 3.4 .0"
163
163
- id : checkout
164
164
name : Checkout repository
165
165
uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
@@ -177,23 +177,23 @@ jobs:
177
177
- job_002
178
178
- job_003
179
179
job_005 :
180
- name : " unit_test; linux; Dart 3.0 .0; PKG: source_gen; `dart test`"
180
+ name : " unit_test; linux; Dart 3.4 .0; PKG: source_gen; `dart test`"
181
181
runs-on : ubuntu-latest
182
182
steps :
183
183
- name : Cache Pub hosted dependencies
184
184
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
185
185
with :
186
186
path : " ~/.pub-cache/hosted"
187
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:source_gen;commands:test_1"
187
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:source_gen;commands:test_1"
188
188
restore-keys : |
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
189
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:source_gen
190
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0
191
191
os:ubuntu-latest;pub-cache-hosted
192
192
os:ubuntu-latest
193
193
- name : Setup Dart SDK
194
194
uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
195
195
with :
196
- sdk : " 3.0 .0"
196
+ sdk : " 3.4 .0"
197
197
- id : checkout
198
198
name : Checkout repository
199
199
uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
@@ -279,13 +279,13 @@ jobs:
279
279
- job_002
280
280
- job_003
281
281
job_008 :
282
- name : " unit_test; windows; Dart 3.0 .0; PKG: source_gen; `dart test`"
282
+ name : " unit_test; windows; Dart 3.4 .0; PKG: source_gen; `dart test`"
283
283
runs-on : windows-latest
284
284
steps :
285
285
- name : Setup Dart SDK
286
286
uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
287
287
with :
288
- sdk : " 3.0 .0"
288
+ sdk : " 3.4 .0"
289
289
- id : checkout
290
290
name : Checkout repository
291
291
uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
0 commit comments