@@ -21,15 +21,15 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Cache Pub hosted dependencies
24
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
24
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
25
25
with :
26
26
path : " ~/.pub-cache/hosted"
27
27
key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
28
28
restore-keys : |
29
29
os:ubuntu-latest;pub-cache-hosted
30
30
os:ubuntu-latest
31
31
- name : Setup Dart SDK
32
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
32
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
33
33
with :
34
34
sdk : stable
35
35
- id : checkout
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Cache Pub hosted dependencies
47
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
47
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
48
48
with :
49
49
path : " ~/.pub-cache/hosted"
50
50
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen;commands:analyze_1"
54
54
os:ubuntu-latest;pub-cache-hosted
55
55
os:ubuntu-latest
56
56
- name : Setup Dart SDK
57
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
57
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
58
58
with :
59
59
sdk : " 3.6.0"
60
60
- id : checkout
74
74
runs-on : ubuntu-latest
75
75
steps :
76
76
- name : Cache Pub hosted dependencies
77
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
77
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
78
78
with :
79
79
path : " ~/.pub-cache/hosted"
80
80
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_annotations-example-example_usage-source_gen;commands:format-analyze_0"
84
84
os:ubuntu-latest;pub-cache-hosted
85
85
os:ubuntu-latest
86
86
- name : Setup Dart SDK
87
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
87
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
88
88
with :
89
89
sdk : dev
90
90
- id : checkout
@@ -147,7 +147,7 @@ jobs:
147
147
runs-on : ubuntu-latest
148
148
steps :
149
149
- name : Cache Pub hosted dependencies
150
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
150
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
151
151
with :
152
152
path : " ~/.pub-cache/hosted"
153
153
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:example_usage;commands:test_0"
@@ -157,7 +157,7 @@ jobs:
157
157
os:ubuntu-latest;pub-cache-hosted
158
158
os:ubuntu-latest
159
159
- name : Setup Dart SDK
160
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
160
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
161
161
with :
162
162
sdk : " 3.6.0"
163
163
- id : checkout
@@ -181,7 +181,7 @@ jobs:
181
181
runs-on : ubuntu-latest
182
182
steps :
183
183
- name : Cache Pub hosted dependencies
184
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
184
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
185
185
with :
186
186
path : " ~/.pub-cache/hosted"
187
187
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen;commands:test_1"
@@ -191,7 +191,7 @@ jobs:
191
191
os:ubuntu-latest;pub-cache-hosted
192
192
os:ubuntu-latest
193
193
- name : Setup Dart SDK
194
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
194
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
195
195
with :
196
196
sdk : " 3.6.0"
197
197
- id : checkout
@@ -215,7 +215,7 @@ jobs:
215
215
runs-on : ubuntu-latest
216
216
steps :
217
217
- name : Cache Pub hosted dependencies
218
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
218
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
219
219
with :
220
220
path : " ~/.pub-cache/hosted"
221
221
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:example_usage;commands:test_0"
@@ -225,7 +225,7 @@ jobs:
225
225
os:ubuntu-latest;pub-cache-hosted
226
226
os:ubuntu-latest
227
227
- name : Setup Dart SDK
228
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
228
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
229
229
with :
230
230
sdk : dev
231
231
- id : checkout
@@ -249,7 +249,7 @@ jobs:
249
249
runs-on : ubuntu-latest
250
250
steps :
251
251
- name : Cache Pub hosted dependencies
252
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
252
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
253
253
with :
254
254
path : " ~/.pub-cache/hosted"
255
255
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:source_gen;commands:test_1"
@@ -259,7 +259,7 @@ jobs:
259
259
os:ubuntu-latest;pub-cache-hosted
260
260
os:ubuntu-latest
261
261
- name : Setup Dart SDK
262
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
262
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
263
263
with :
264
264
sdk : dev
265
265
- id : checkout
@@ -283,7 +283,7 @@ jobs:
283
283
runs-on : windows-latest
284
284
steps :
285
285
- name : Setup Dart SDK
286
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
286
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
287
287
with :
288
288
sdk : " 3.6.0"
289
289
- id : checkout
@@ -307,7 +307,7 @@ jobs:
307
307
runs-on : windows-latest
308
308
steps :
309
309
- name : Setup Dart SDK
310
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
310
+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
311
311
with :
312
312
sdk : dev
313
313
- id : checkout
0 commit comments