@@ -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:build_cli-build_cli_annotations;commands:analyze"
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
8585 runs-on : ubuntu-latest
8686 steps :
8787 - name : Cache Pub hosted dependencies
88- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
88+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
8989 with :
9090 path : " ~/.pub-cache/hosted"
9191 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:build_cli-build_cli_annotations;commands:format"
9595 os:ubuntu-latest;pub-cache-hosted
9696 os:ubuntu-latest
9797 - name : Setup Dart SDK
98- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
98+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
9999 with :
100100 sdk : " 3.6.0"
101101 - id : checkout
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : ubuntu-latest
127127 steps :
128128 - name : Cache Pub hosted dependencies
129- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
129+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
130130 with :
131131 path : " ~/.pub-cache/hosted"
132132 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli-build_cli_annotations;commands:analyze"
@@ -136,7 +136,7 @@ jobs:
136136 os:ubuntu-latest;pub-cache-hosted
137137 os:ubuntu-latest
138138 - name : Setup Dart SDK
139- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
139+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
140140 with :
141141 sdk : dev
142142 - id : checkout
@@ -167,7 +167,7 @@ jobs:
167167 runs-on : ubuntu-latest
168168 steps :
169169 - name : Cache Pub hosted dependencies
170- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
170+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
171171 with :
172172 path : " ~/.pub-cache/hosted"
173173 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli-build_cli_annotations;commands:format"
@@ -177,7 +177,7 @@ jobs:
177177 os:ubuntu-latest;pub-cache-hosted
178178 os:ubuntu-latest
179179 - name : Setup Dart SDK
180- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
180+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
181181 with :
182182 sdk : dev
183183 - id : checkout
@@ -208,7 +208,7 @@ jobs:
208208 runs-on : ubuntu-latest
209209 steps :
210210 - name : Cache Pub hosted dependencies
211- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
211+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
212212 with :
213213 path : " ~/.pub-cache/hosted"
214214 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:build_cli;commands:test"
@@ -218,7 +218,7 @@ jobs:
218218 os:ubuntu-latest;pub-cache-hosted
219219 os:ubuntu-latest
220220 - name : Setup Dart SDK
221- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
221+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
222222 with :
223223 sdk : " 3.6.0"
224224 - id : checkout
@@ -244,7 +244,7 @@ jobs:
244244 runs-on : ubuntu-latest
245245 steps :
246246 - name : Cache Pub hosted dependencies
247- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
247+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
248248 with :
249249 path : " ~/.pub-cache/hosted"
250250 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:build_cli;commands:test"
@@ -254,7 +254,7 @@ jobs:
254254 os:ubuntu-latest;pub-cache-hosted
255255 os:ubuntu-latest
256256 - name : Setup Dart SDK
257- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
257+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
258258 with :
259259 sdk : dev
260260 - id : checkout
0 commit comments