1
- # Created with package:mono_repo v6.5.0
1
+ # Created with package:mono_repo v6.5.3
2
2
name : Dart CI
3
3
on :
4
4
push :
@@ -20,30 +20,30 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Cache Pub hosted dependencies
23
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
23
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
24
24
with :
25
25
path : " ~/.pub-cache/hosted"
26
26
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
27
27
restore-keys : |
28
28
os:ubuntu-latest;pub-cache-hosted
29
29
os:ubuntu-latest
30
30
- name : Setup Dart SDK
31
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
31
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
32
32
with :
33
33
sdk : stable
34
34
- id : checkout
35
35
name : Checkout repository
36
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
36
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
37
37
- name : mono_repo self validate
38
- run : dart pub global activate mono_repo 6.5.0
38
+ run : dart pub global activate mono_repo 6.5.3
39
39
- name : mono_repo self validate
40
40
run : dart pub global run mono_repo generate --validate
41
41
job_002 :
42
42
name : " analyzer_and_format; Dart 2.19.0; PKGS: packages/code_excerpt_updater, packages/code_excerpter; `dart format --output=none --set-exit-if-changed .`, `dart analyze --fatal-infos .`"
43
43
runs-on : ubuntu-latest
44
44
steps :
45
45
- name : Cache Pub hosted dependencies
46
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
46
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
47
47
with :
48
48
path : " ~/.pub-cache/hosted"
49
49
key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:packages/code_excerpt_updater-packages/code_excerpter;commands:format-analyze"
@@ -53,12 +53,12 @@ jobs:
53
53
os:ubuntu-latest;pub-cache-hosted
54
54
os:ubuntu-latest
55
55
- name : Setup Dart SDK
56
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
56
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
57
57
with :
58
58
sdk : " 2.19.0"
59
59
- id : checkout
60
60
name : Checkout repository
61
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
61
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
62
62
- id : packages_code_excerpt_updater_pub_upgrade
63
63
name : packages/code_excerpt_updater; dart pub upgrade
64
64
run : dart pub upgrade
90
90
runs-on : ubuntu-latest
91
91
steps :
92
92
- name : Cache Pub hosted dependencies
93
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
93
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
94
94
with :
95
95
path : " ~/.pub-cache/hosted"
96
96
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:packages/code_excerpt_updater-packages/code_excerpter;commands:format-analyze"
@@ -100,12 +100,12 @@ jobs:
100
100
os:ubuntu-latest;pub-cache-hosted
101
101
os:ubuntu-latest
102
102
- name : Setup Dart SDK
103
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
103
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
104
104
with :
105
105
sdk : dev
106
106
- id : checkout
107
107
name : Checkout repository
108
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
108
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
109
109
- id : packages_code_excerpt_updater_pub_upgrade
110
110
name : packages/code_excerpt_updater; dart pub upgrade
111
111
run : dart pub upgrade
@@ -137,7 +137,7 @@ jobs:
137
137
runs-on : ubuntu-latest
138
138
steps :
139
139
- name : Cache Pub hosted dependencies
140
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
140
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
141
141
with :
142
142
path : " ~/.pub-cache/hosted"
143
143
key : " os:ubuntu-latest;pub-cache-hosted;sdk:2.19.0;packages:packages/code_excerpt_updater-packages/code_excerpter;commands:test"
@@ -147,12 +147,12 @@ jobs:
147
147
os:ubuntu-latest;pub-cache-hosted
148
148
os:ubuntu-latest
149
149
- name : Setup Dart SDK
150
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
150
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
151
151
with :
152
152
sdk : " 2.19.0"
153
153
- id : checkout
154
154
name : Checkout repository
155
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
155
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
156
156
- id : packages_code_excerpt_updater_pub_upgrade
157
157
name : packages/code_excerpt_updater; dart pub upgrade
158
158
run : dart pub upgrade
@@ -180,7 +180,7 @@ jobs:
180
180
runs-on : ubuntu-latest
181
181
steps :
182
182
- name : Cache Pub hosted dependencies
183
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
183
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
184
184
with :
185
185
path : " ~/.pub-cache/hosted"
186
186
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:packages/code_excerpt_updater-packages/code_excerpter;commands:test"
@@ -190,12 +190,12 @@ jobs:
190
190
os:ubuntu-latest;pub-cache-hosted
191
191
os:ubuntu-latest
192
192
- name : Setup Dart SDK
193
- uses : dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
193
+ uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
194
194
with :
195
195
sdk : dev
196
196
- id : checkout
197
197
name : Checkout repository
198
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
198
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
199
199
- id : packages_code_excerpt_updater_pub_upgrade
200
200
name : packages/code_excerpt_updater; dart pub upgrade
201
201
run : dart pub upgrade
0 commit comments