@@ -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 : " analyze_format; linux; Dart 3.6.0-270.0.dev ; PKG: source_gen; `dart analyze`"
43
+ name : " analyze_format; linux; Dart 3.6.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@6849a6489940f00c2f30c0fb92c6274307ccb58a
48
48
with :
49
49
path : " ~/.pub-cache/hosted"
50
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev ;packages:source_gen;commands:analyze_1"
50
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen;commands:analyze_1"
51
51
restore-keys : |
52
- os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev ;packages:source_gen
53
- os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev
52
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen
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
57
uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
58
58
with :
59
- sdk : " 3.6.0-270.0.dev "
59
+ sdk : " 3.6.0"
60
60
- id : checkout
61
61
name : Checkout repository
62
62
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -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.6.0-270.0.dev ; PKG: example_usage; `dart test --run-skipped`"
146
+ name : " unit_test; linux; Dart 3.6.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@6849a6489940f00c2f30c0fb92c6274307ccb58a
151
151
with :
152
152
path : " ~/.pub-cache/hosted"
153
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev ;packages:example_usage;commands:test_0"
153
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:example_usage;commands:test_0"
154
154
restore-keys : |
155
- os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev ;packages:example_usage
156
- os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev
155
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:example_usage
156
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6.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@e630b99d28a3b71860378cafdc2a067c71107f94
161
161
with :
162
- sdk : " 3.6.0-270.0.dev "
162
+ sdk : " 3.6.0"
163
163
- id : checkout
164
164
name : Checkout repository
165
165
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -177,23 +177,23 @@ jobs:
177
177
- job_002
178
178
- job_003
179
179
job_005 :
180
- name : " unit_test; linux; Dart 3.6.0-270.0.dev ; PKG: source_gen; `dart test`"
180
+ name : " unit_test; linux; Dart 3.6.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@6849a6489940f00c2f30c0fb92c6274307ccb58a
185
185
with :
186
186
path : " ~/.pub-cache/hosted"
187
- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev ;packages:source_gen;commands:test_1"
187
+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen;commands:test_1"
188
188
restore-keys : |
189
- os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev ;packages:source_gen
190
- os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev
189
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen
190
+ os:ubuntu-latest;pub-cache-hosted;sdk:3.6.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@e630b99d28a3b71860378cafdc2a067c71107f94
195
195
with :
196
- sdk : " 3.6.0-270.0.dev "
196
+ sdk : " 3.6.0"
197
197
- id : checkout
198
198
name : Checkout repository
199
199
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -279,13 +279,13 @@ jobs:
279
279
- job_002
280
280
- job_003
281
281
job_008 :
282
- name : " unit_test; windows; Dart 3.6.0-270.0.dev ; PKG: source_gen; `dart test`"
282
+ name : " unit_test; windows; Dart 3.6.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@e630b99d28a3b71860378cafdc2a067c71107f94
287
287
with :
288
- sdk : " 3.6.0-270.0.dev "
288
+ sdk : " 3.6.0"
289
289
- id : checkout
290
290
name : Checkout repository
291
291
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
0 commit comments