19
19
runs-on: macos-latest
20
20
steps:
21
21
- name: Cache Pub hosted dependencies
22
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
22
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
23
23
with:
24
24
path: "~/.pub-cache/hosted"
25
25
key: "os:macos-latest;pub-cache-hosted;sdk:dev;packages:sub_pkg;commands:analyze-format"
29
29
os:macos-latest;pub-cache-hosted
30
30
os:macos-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: dev
35
35
- id: checkout
53
53
runs-on: windows-latest
54
54
steps:
55
55
- name: Setup Dart SDK
56
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
56
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
57
57
with:
58
58
sdk: "1.23.0"
59
59
- id: checkout
73
73
runs-on: ubuntu-latest
74
74
steps:
75
75
- name: Cache Pub hosted dependencies
76
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
76
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
77
77
with:
78
78
path: "~/.pub-cache/hosted"
79
79
key: "os:ubuntu-latest;pub-cache-hosted;sdk:1.23.0;packages:sub_pkg;commands:test_1"
83
83
os:ubuntu-latest;pub-cache-hosted
84
84
os:ubuntu-latest
85
85
- name: Setup Dart SDK
86
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
86
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
87
87
with:
88
88
sdk: "1.23.0"
89
89
- id: checkout
@@ -106,7 +106,7 @@ jobs:
106
106
runs-on: ubuntu-latest
107
107
steps:
108
108
- name: Cache Pub hosted dependencies
109
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
109
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
110
110
with:
111
111
path: "~/.pub-cache/hosted"
112
112
key: "os:ubuntu-latest;pub-cache-hosted;sdk:1.23.0;packages:sub_pkg;commands:test_0"
@@ -116,7 +116,7 @@ jobs:
116
116
os:ubuntu-latest;pub-cache-hosted
117
117
os:ubuntu-latest
118
118
- name: Setup Dart SDK
119
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
119
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
120
120
with:
121
121
sdk: "1.23.0"
122
122
- id: checkout
@@ -139,7 +139,7 @@ jobs:
139
139
runs-on: ubuntu-latest
140
140
steps:
141
141
- name: Cache Pub hosted dependencies
142
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
142
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
143
143
with:
144
144
path: "~/.pub-cache/hosted"
145
145
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:sub_pkg;commands:test_1"
@@ -149,7 +149,7 @@ jobs:
149
149
os:ubuntu-latest;pub-cache-hosted
150
150
os:ubuntu-latest
151
151
- name: Setup Dart SDK
152
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
152
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
153
153
with:
154
154
sdk: dev
155
155
- id: checkout
@@ -172,7 +172,7 @@ jobs:
172
172
runs-on: ubuntu-latest
173
173
steps:
174
174
- name: Cache Pub hosted dependencies
175
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
175
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
176
176
with:
177
177
path: "~/.pub-cache/hosted"
178
178
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:sub_pkg;commands:test_0"
@@ -182,7 +182,7 @@ jobs:
182
182
os:ubuntu-latest;pub-cache-hosted
183
183
os:ubuntu-latest
184
184
- name: Setup Dart SDK
185
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
185
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
186
186
with:
187
187
sdk: dev
188
188
- id: checkout
@@ -205,7 +205,7 @@ jobs:
205
205
runs-on: ubuntu-latest
206
206
steps:
207
207
- name: Cache Pub hosted dependencies
208
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
208
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
209
209
with:
210
210
path: "~/.pub-cache/hosted"
211
211
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:sub_pkg;commands:test_1"
@@ -215,7 +215,7 @@ jobs:
215
215
os:ubuntu-latest;pub-cache-hosted
216
216
os:ubuntu-latest
217
217
- name: Setup Dart SDK
218
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
218
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
219
219
with:
220
220
sdk: stable
221
221
- id: checkout
@@ -238,7 +238,7 @@ jobs:
238
238
runs-on: ubuntu-latest
239
239
steps:
240
240
- name: Cache Pub hosted dependencies
241
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
241
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
242
242
with:
243
243
path: "~/.pub-cache/hosted"
244
244
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:sub_pkg;commands:test_0"
@@ -248,7 +248,7 @@ jobs:
248
248
os:ubuntu-latest;pub-cache-hosted
249
249
os:ubuntu-latest
250
250
- name: Setup Dart SDK
251
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
251
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
252
252
with:
253
253
sdk: stable
254
254
- id: checkout
@@ -271,7 +271,7 @@ jobs:
271
271
runs-on: windows-latest
272
272
steps:
273
273
- name: Setup Dart SDK
274
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
274
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
275
275
with:
276
276
sdk: "1.23.0"
277
277
- id: checkout
@@ -294,7 +294,7 @@ jobs:
294
294
runs-on: windows-latest
295
295
steps:
296
296
- name: Setup Dart SDK
297
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
297
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
298
298
with:
299
299
sdk: "1.23.0"
300
300
- id: checkout
@@ -317,7 +317,7 @@ jobs:
317
317
runs-on: windows-latest
318
318
steps:
319
319
- name: Setup Dart SDK
320
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
320
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
321
321
with:
322
322
sdk: dev
323
323
- id: checkout
@@ -340,7 +340,7 @@ jobs:
340
340
runs-on: windows-latest
341
341
steps:
342
342
- name: Setup Dart SDK
343
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
343
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
344
344
with:
345
345
sdk: dev
346
346
- id: checkout
@@ -363,7 +363,7 @@ jobs:
363
363
runs-on: windows-latest
364
364
steps:
365
365
- name: Setup Dart SDK
366
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
366
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
367
367
with:
368
368
sdk: stable
369
369
- id: checkout
@@ -386,7 +386,7 @@ jobs:
386
386
runs-on: windows-latest
387
387
steps:
388
388
- name: Setup Dart SDK
389
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
389
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
390
390
with:
391
391
sdk: stable
392
392
- id: checkout
@@ -409,7 +409,7 @@ jobs:
409
409
runs-on: ubuntu-latest
410
410
steps:
411
411
- name: Cache Pub hosted dependencies
412
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
412
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
413
413
with:
414
414
path: "~/.pub-cache/hosted"
415
415
key: "os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:package_with_a_long_name_00-package_with_a_long_name_01-package_with_a_long_name_02-package_with_a_long_name_03-package_with_a_long_name_04-package_with_a_long_name_05-package_with_a_long_name_06-package_with_a_long_name_07-package_with_a_long_name_08-package_with_a_long_name_09-package_with_a_long_name_10-package_with_a_long_name_11-package_with_a_long_name_12-package_with_a_long_name_13-package_with_a_long_name_14-package_with_a-!!too_long!!-570-127648710"
@@ -419,7 +419,7 @@ jobs:
419
419
os:ubuntu-latest;pub-cache-hosted
420
420
os:ubuntu-latest
421
421
- name: Setup Dart SDK
422
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
422
+ uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
423
423
with:
424
424
sdk: dev
425
425
- id: checkout
0 commit comments