20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Cache Pub hosted dependencies
23
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
23
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
24
24
with :
25
25
path : " ~/.pub-cache/hosted"
26
26
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:
30
30
os:ubuntu-latest;pub-cache-hosted
31
31
os:ubuntu-latest
32
32
- name : Setup Dart SDK
33
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
33
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
34
34
with :
35
35
sdk : " 3.6.0"
36
36
- id : checkout
37
37
name : Checkout repository
38
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
38
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
39
39
- id : dartfn_pub_upgrade
40
40
name : dartfn; dart pub upgrade
41
41
run : dart pub upgrade
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- name : Cache Pub hosted dependencies
80
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
80
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
81
81
with :
82
82
path : " ~/.pub-cache/hosted"
83
83
key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:google_cloud;commands:command"
@@ -87,12 +87,12 @@ jobs:
87
87
os:ubuntu-latest;pub-cache-hosted
88
88
os:ubuntu-latest
89
89
- name : Setup Dart SDK
90
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
90
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
91
91
with :
92
92
sdk : " 3.6.0"
93
93
- id : checkout
94
94
name : Checkout repository
95
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
95
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
96
96
- id : google_cloud_pub_upgrade
97
97
name : google_cloud; dart pub upgrade
98
98
run : dart pub upgrade
@@ -107,7 +107,7 @@ jobs:
107
107
runs-on : ubuntu-latest
108
108
steps :
109
109
- name : Cache Pub hosted dependencies
110
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
110
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
111
111
with :
112
112
path : " ~/.pub-cache/hosted"
113
113
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:
117
117
os:ubuntu-latest;pub-cache-hosted
118
118
os:ubuntu-latest
119
119
- name : Setup Dart SDK
120
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
120
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
121
121
with :
122
122
sdk : dev
123
123
- id : checkout
124
124
name : Checkout repository
125
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
125
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
126
126
- id : dartfn_pub_upgrade
127
127
name : dartfn; dart pub upgrade
128
128
run : dart pub upgrade
@@ -236,7 +236,7 @@ jobs:
236
236
runs-on : ubuntu-latest
237
237
steps :
238
238
- name : Cache Pub hosted dependencies
239
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
239
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
240
240
with :
241
241
path : " ~/.pub-cache/hosted"
242
242
key : " os:ubuntu-latest;pub-cache-hosted;sdk:dev;packages:dartfn-functions_framework-integration_test;commands:test_1"
@@ -246,12 +246,12 @@ jobs:
246
246
os:ubuntu-latest;pub-cache-hosted
247
247
os:ubuntu-latest
248
248
- name : Setup Dart SDK
249
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
249
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
250
250
with :
251
251
sdk : dev
252
252
- id : checkout
253
253
name : Checkout repository
254
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
254
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
255
255
- id : dartfn_pub_upgrade
256
256
name : dartfn; dart pub upgrade
257
257
run : dart pub upgrade
@@ -284,7 +284,7 @@ jobs:
284
284
runs-on : macos-latest
285
285
steps :
286
286
- name : Cache Pub hosted dependencies
287
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
287
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
288
288
with :
289
289
path : " ~/.pub-cache/hosted"
290
290
key : " os:macos-latest;pub-cache-hosted;sdk:3.6.0;packages:google_cloud;commands:test_0"
@@ -294,12 +294,12 @@ jobs:
294
294
os:macos-latest;pub-cache-hosted
295
295
os:macos-latest
296
296
- name : Setup Dart SDK
297
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
297
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
298
298
with :
299
299
sdk : " 3.6.0"
300
300
- id : checkout
301
301
name : Checkout repository
302
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
302
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
303
303
- id : google_cloud_pub_upgrade
304
304
name : google_cloud; dart pub upgrade
305
305
run : dart pub upgrade
@@ -314,7 +314,7 @@ jobs:
314
314
runs-on : macos-latest
315
315
steps :
316
316
- name : Cache Pub hosted dependencies
317
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
317
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
318
318
with :
319
319
path : " ~/.pub-cache/hosted"
320
320
key : " os:macos-latest;pub-cache-hosted;sdk:dev;packages:google_cloud;commands:test_0"
@@ -324,12 +324,12 @@ jobs:
324
324
os:macos-latest;pub-cache-hosted
325
325
os:macos-latest
326
326
- name : Setup Dart SDK
327
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
327
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
328
328
with :
329
329
sdk : dev
330
330
- id : checkout
331
331
name : Checkout repository
332
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
332
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
333
333
- id : google_cloud_pub_upgrade
334
334
name : google_cloud; dart pub upgrade
335
335
run : dart pub upgrade
@@ -344,12 +344,12 @@ jobs:
344
344
runs-on : windows-latest
345
345
steps :
346
346
- name : Setup Dart SDK
347
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
347
+ uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
348
348
with :
349
349
sdk : dev
350
350
- id : checkout
351
351
name : Checkout repository
352
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
352
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
353
353
- id : google_cloud_pub_upgrade
354
354
name : google_cloud; dart pub upgrade
355
355
run : dart pub upgrade
0 commit comments