@@ -21,15 +21,15 @@ jobs:
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Cache Pub hosted dependencies
24- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
24+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
2525 with :
2626 path : " ~/.pub-cache/hosted"
2727 key : " os:ubuntu-latest;pub-cache-hosted;sdk:stable"
2828 restore-keys : |
2929 os:ubuntu-latest;pub-cache-hosted
3030 os:ubuntu-latest
3131 - name : Setup Dart SDK
32- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
32+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3333 with :
3434 sdk : stable
3535 - id : checkout
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Cache Pub hosted dependencies
47- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
47+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
4848 with :
4949 path : " ~/.pub-cache/hosted"
5050 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen;commands:analyze_1"
5454 os:ubuntu-latest;pub-cache-hosted
5555 os:ubuntu-latest
5656 - name : Setup Dart SDK
57- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
57+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
5858 with :
5959 sdk : " 3.6.0"
6060 - id : checkout
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : Cache Pub hosted dependencies
77- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
77+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
7878 with :
7979 path : " ~/.pub-cache/hosted"
8080 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:_test_annotations-example-example_usage-source_gen;commands:format-analyze_0"
8484 os:ubuntu-latest;pub-cache-hosted
8585 os:ubuntu-latest
8686 - name : Setup Dart SDK
87- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
87+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
8888 with :
8989 sdk : dev
9090 - id : checkout
@@ -147,7 +147,7 @@ jobs:
147147 runs-on : ubuntu-latest
148148 steps :
149149 - name : Cache Pub hosted dependencies
150- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
150+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
151151 with :
152152 path : " ~/.pub-cache/hosted"
153153 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:example_usage;commands:test_0"
@@ -157,7 +157,7 @@ jobs:
157157 os:ubuntu-latest;pub-cache-hosted
158158 os:ubuntu-latest
159159 - name : Setup Dart SDK
160- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
160+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
161161 with :
162162 sdk : " 3.6.0"
163163 - id : checkout
@@ -181,7 +181,7 @@ jobs:
181181 runs-on : ubuntu-latest
182182 steps :
183183 - name : Cache Pub hosted dependencies
184- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
184+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
185185 with :
186186 path : " ~/.pub-cache/hosted"
187187 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen;commands:test_1"
@@ -191,7 +191,7 @@ jobs:
191191 os:ubuntu-latest;pub-cache-hosted
192192 os:ubuntu-latest
193193 - name : Setup Dart SDK
194- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
194+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
195195 with :
196196 sdk : " 3.6.0"
197197 - id : checkout
@@ -215,7 +215,7 @@ jobs:
215215 runs-on : ubuntu-latest
216216 steps :
217217 - name : Cache Pub hosted dependencies
218- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
218+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
219219 with :
220220 path : " ~/.pub-cache/hosted"
221221 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:example_usage;commands:test_0"
@@ -225,7 +225,7 @@ jobs:
225225 os:ubuntu-latest;pub-cache-hosted
226226 os:ubuntu-latest
227227 - name : Setup Dart SDK
228- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
228+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
229229 with :
230230 sdk : dev
231231 - id : checkout
@@ -249,7 +249,7 @@ jobs:
249249 runs-on : ubuntu-latest
250250 steps :
251251 - name : Cache Pub hosted dependencies
252- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
252+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
253253 with :
254254 path : " ~/.pub-cache/hosted"
255255 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:source_gen;commands:test_1"
@@ -259,7 +259,7 @@ jobs:
259259 os:ubuntu-latest;pub-cache-hosted
260260 os:ubuntu-latest
261261 - name : Setup Dart SDK
262- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
262+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
263263 with :
264264 sdk : dev
265265 - id : checkout
@@ -283,7 +283,7 @@ jobs:
283283 runs-on : windows-latest
284284 steps :
285285 - name : Setup Dart SDK
286- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
286+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
287287 with :
288288 sdk : " 3.6.0"
289289 - id : checkout
@@ -307,7 +307,7 @@ jobs:
307307 runs-on : windows-latest
308308 steps :
309309 - name : Setup Dart SDK
310- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
310+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
311311 with :
312312 sdk : dev
313313 - id : checkout
0 commit comments