2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Cache Pub hosted dependencies
23- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
23+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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"
@@ -30,12 +30,12 @@ jobs:
3030 os:ubuntu-latest;pub-cache-hosted
3131 os:ubuntu-latest
3232 - name : Setup Dart SDK
33- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
33+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
3434 with :
3535 sdk : " 3.6.0"
3636 - id : checkout
3737 name : Checkout repository
38- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
38+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3939 - id : dartfn_pub_upgrade
4040 name : dartfn; dart pub upgrade
4141 run : dart pub upgrade
7777 runs-on : ubuntu-latest
7878 steps :
7979 - name : Cache Pub hosted dependencies
80- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
80+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
8181 with :
8282 path : " ~/.pub-cache/hosted"
8383 key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:google_cloud;commands:command"
@@ -87,12 +87,12 @@ jobs:
8787 os:ubuntu-latest;pub-cache-hosted
8888 os:ubuntu-latest
8989 - name : Setup Dart SDK
90- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
90+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
9191 with :
9292 sdk : " 3.6.0"
9393 - id : checkout
9494 name : Checkout repository
95- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
95+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9696 - id : google_cloud_pub_upgrade
9797 name : google_cloud; dart pub upgrade
9898 run : dart pub upgrade
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ubuntu-latest
108108 steps :
109109 - name : Cache Pub hosted dependencies
110- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
110+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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,12 +117,12 @@ jobs:
117117 os:ubuntu-latest;pub-cache-hosted
118118 os:ubuntu-latest
119119 - name : Setup Dart SDK
120- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
120+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
121121 with :
122122 sdk : dev
123123 - id : checkout
124124 name : Checkout repository
125- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
125+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
126126 - id : dartfn_pub_upgrade
127127 name : dartfn; dart pub upgrade
128128 run : dart pub upgrade
@@ -236,7 +236,7 @@ jobs:
236236 runs-on : ubuntu-latest
237237 steps :
238238 - name : Cache Pub hosted dependencies
239- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
239+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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,12 +246,12 @@ jobs:
246246 os:ubuntu-latest;pub-cache-hosted
247247 os:ubuntu-latest
248248 - name : Setup Dart SDK
249- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
249+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
250250 with :
251251 sdk : dev
252252 - id : checkout
253253 name : Checkout repository
254- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
254+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
255255 - id : dartfn_pub_upgrade
256256 name : dartfn; dart pub upgrade
257257 run : dart pub upgrade
@@ -284,7 +284,7 @@ jobs:
284284 runs-on : macos-latest
285285 steps :
286286 - name : Cache Pub hosted dependencies
287- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
287+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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,12 +294,12 @@ jobs:
294294 os:macos-latest;pub-cache-hosted
295295 os:macos-latest
296296 - name : Setup Dart SDK
297- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
297+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
298298 with :
299299 sdk : " 3.6.0"
300300 - id : checkout
301301 name : Checkout repository
302- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
302+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
303303 - id : google_cloud_pub_upgrade
304304 name : google_cloud; dart pub upgrade
305305 run : dart pub upgrade
@@ -314,7 +314,7 @@ jobs:
314314 runs-on : macos-latest
315315 steps :
316316 - name : Cache Pub hosted dependencies
317- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
317+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
318318 with :
319319 path : " ~/.pub-cache/hosted"
320320 key : " os:macos-latest;pub-cache-hosted;sdk:dev;packages:google_cloud;commands:test_0"
@@ -324,12 +324,12 @@ jobs:
324324 os:macos-latest;pub-cache-hosted
325325 os:macos-latest
326326 - name : Setup Dart SDK
327- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
327+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
328328 with :
329329 sdk : dev
330330 - id : checkout
331331 name : Checkout repository
332- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
332+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
333333 - id : google_cloud_pub_upgrade
334334 name : google_cloud; dart pub upgrade
335335 run : dart pub upgrade
@@ -344,12 +344,12 @@ jobs:
344344 runs-on : windows-latest
345345 steps :
346346 - name : Setup Dart SDK
347- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
347+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
348348 with :
349349 sdk : dev
350350 - id : checkout
351351 name : Checkout repository
352- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
352+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
353353 - id : google_cloud_pub_upgrade
354354 name : google_cloud; dart pub upgrade
355355 run : dart pub upgrade
0 commit comments