2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Cache Pub hosted dependencies
23- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
23+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
2424 with :
2525 path : " ~/.pub-cache/hosted"
2626 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:dartfn-functions_framework_builder-google_cloud-integration_test;commands:test_0"
3030 os:ubuntu-latest;pub-cache-hosted
3131 os:ubuntu-latest
3232 - name : Setup Dart SDK
33- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
33+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
3434 with :
3535 sdk : " 3.6.0"
3636 - id : checkout
7777 runs-on : ubuntu-latest
7878 steps :
7979 - name : Cache Pub hosted dependencies
80- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
80+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
8181 with :
8282 path : " ~/.pub-cache/hosted"
8383 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:google_cloud;commands:command"
8787 os:ubuntu-latest;pub-cache-hosted
8888 os:ubuntu-latest
8989 - name : Setup Dart SDK
90- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
90+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
9191 with :
9292 sdk : " 3.6.0"
9393 - id : checkout
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ubuntu-latest
108108 steps :
109109 - name : Cache Pub hosted dependencies
110- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
110+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
111111 with :
112112 path : " ~/.pub-cache/hosted"
113113 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-dartfn/templates/cloudevent-dartfn/templates/helloworld-dartfn/templates/json-examples/fullstack/backend-examples/hello-examples/json-examples/protobuf_firestore-examples/raw_cloudevent-functions_framework_builder-google_cloud-integration_test;commands:test_0"
@@ -117,7 +117,7 @@ jobs:
117117 os:ubuntu-latest;pub-cache-hosted
118118 os:ubuntu-latest
119119 - name : Setup Dart SDK
120- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
120+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
121121 with :
122122 sdk : dev
123123 - id : checkout
@@ -236,7 +236,7 @@ jobs:
236236 runs-on : ubuntu-latest
237237 steps :
238238 - name : Cache Pub hosted dependencies
239- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
239+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
240240 with :
241241 path : " ~/.pub-cache/hosted"
242242 key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-functions_framework-integration_test;commands:test_1"
@@ -246,7 +246,7 @@ jobs:
246246 os:ubuntu-latest;pub-cache-hosted
247247 os:ubuntu-latest
248248 - name : Setup Dart SDK
249- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
249+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
250250 with :
251251 sdk : dev
252252 - id : checkout
@@ -284,7 +284,7 @@ jobs:
284284 runs-on : macos-latest
285285 steps :
286286 - name : Cache Pub hosted dependencies
287- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
287+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
288288 with :
289289 path : " ~/.pub-cache/hosted"
290290 key : " os:macos-latest;pub-cache-hosted;sdk:3.6.0;packages:google_cloud;commands:test_0"
@@ -294,7 +294,7 @@ jobs:
294294 os:macos-latest;pub-cache-hosted
295295 os:macos-latest
296296 - name : Setup Dart SDK
297- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
297+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
298298 with :
299299 sdk : " 3.6.0"
300300 - id : checkout
@@ -314,7 +314,7 @@ jobs:
314314 runs-on : macos-latest
315315 steps :
316316 - name : Cache Pub hosted dependencies
317- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
317+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
318318 with :
319319 path : " ~/.pub-cache/hosted"
320320 key : " os:macos-latest;pub-cache-hosted;sdk:dev;packages:google_cloud;commands:test_0"
@@ -324,7 +324,7 @@ jobs:
324324 os:macos-latest;pub-cache-hosted
325325 os:macos-latest
326326 - name : Setup Dart SDK
327- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
327+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
328328 with :
329329 sdk : dev
330330 - id : checkout
@@ -344,7 +344,7 @@ jobs:
344344 runs-on : windows-latest
345345 steps :
346346 - name : Setup Dart SDK
347- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
347+ uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
348348 with :
349349 sdk : dev
350350 - id : checkout
0 commit comments