@@ -16,26 +16,26 @@ permissions: read-all
1616
1717jobs :
1818 job_001 :
19- name : " unit_test; linux; Dart 3.0 .0; PKGS: dartfn, functions_framework_builder, google_cloud, integration_test; `dart test`"
19+ name : " unit_test; linux; Dart 3.4 .0; PKGS: dartfn, functions_framework_builder, google_cloud, integration_test; `dart test`"
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Cache Pub hosted dependencies
23- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
23+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
2424 with :
2525 path : " ~/.pub-cache/hosted"
26- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:dartfn-functions_framework_builder-google_cloud-integration_test;commands:test_0"
26+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:dartfn-functions_framework_builder-google_cloud-integration_test;commands:test_0"
2727 restore-keys : |
28- os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:dartfn-functions_framework_builder-google_cloud-integration_test
29- os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0
28+ os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:dartfn-functions_framework_builder-google_cloud-integration_test
29+ os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0
3030 os:ubuntu-latest;pub-cache-hosted
3131 os:ubuntu-latest
3232 - name : Setup Dart SDK
33- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
33+ uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
3434 with :
35- sdk : " 3.0 .0"
35+ sdk : " 3.4 .0"
3636 - id : checkout
3737 name : Checkout repository
38- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
38+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3939 - id : dartfn_pub_upgrade
4040 name : dartfn; dart pub upgrade
4141 run : dart pub upgrade
@@ -73,26 +73,26 @@ jobs:
7373 if : " always() && steps.integration_test_pub_upgrade.conclusion == 'success'"
7474 working-directory : integration_test
7575 job_002 :
76- name : " unit_test; linux; Dart 3.0 .0; PKG: google_cloud; `./tool/docker_test_script.sh`"
76+ name : " unit_test; linux; Dart 3.4 .0; PKG: google_cloud; `./tool/docker_test_script.sh`"
7777 runs-on : ubuntu-latest
7878 steps :
7979 - name : Cache Pub hosted dependencies
80- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
80+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
8181 with :
8282 path : " ~/.pub-cache/hosted"
83- key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:google_cloud;commands:command"
83+ key : " os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:google_cloud;commands:command"
8484 restore-keys : |
85- os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0;packages:google_cloud
86- os:ubuntu-latest;pub-cache-hosted;sdk:3.0 .0
85+ os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0;packages:google_cloud
86+ os:ubuntu-latest;pub-cache-hosted;sdk:3.4 .0
8787 os:ubuntu-latest;pub-cache-hosted
8888 os:ubuntu-latest
8989 - name : Setup Dart SDK
90- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
90+ uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
9191 with :
92- sdk : " 3.0 .0"
92+ sdk : " 3.4 .0"
9393 - id : checkout
9494 name : Checkout repository
95- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
95+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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@704facf57e6136b1bc63b828d79edcd491f0ee84
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@f0ead981b4d9a35b37f30d36160575d60931ec30
120+ uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
121121 with :
122122 sdk : dev
123123 - id : checkout
124124 name : Checkout repository
125- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
125+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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@704facf57e6136b1bc63b828d79edcd491f0ee84
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@f0ead981b4d9a35b37f30d36160575d60931ec30
249+ uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
250250 with :
251251 sdk : dev
252252 - id : checkout
253253 name : Checkout repository
254- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
254+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
255255 - id : dartfn_pub_upgrade
256256 name : dartfn; dart pub upgrade
257257 run : dart pub upgrade
@@ -280,26 +280,26 @@ jobs:
280280 if : " always() && steps.integration_test_pub_upgrade.conclusion == 'success'"
281281 working-directory : integration_test
282282 job_005 :
283- name : " unit_test; macos; Dart 3.0 .0; PKG: google_cloud; `dart test`"
283+ name : " unit_test; macos; Dart 3.4 .0; PKG: google_cloud; `dart test`"
284284 runs-on : macos-latest
285285 steps :
286286 - name : Cache Pub hosted dependencies
287- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
287+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
288288 with :
289289 path : " ~/.pub-cache/hosted"
290- key : " os:macos-latest;pub-cache-hosted;sdk:3.0 .0;packages:google_cloud;commands:test_0"
290+ key : " os:macos-latest;pub-cache-hosted;sdk:3.4 .0;packages:google_cloud;commands:test_0"
291291 restore-keys : |
292- os:macos-latest;pub-cache-hosted;sdk:3.0 .0;packages:google_cloud
293- os:macos-latest;pub-cache-hosted;sdk:3.0 .0
292+ os:macos-latest;pub-cache-hosted;sdk:3.4 .0;packages:google_cloud
293+ os:macos-latest;pub-cache-hosted;sdk:3.4 .0
294294 os:macos-latest;pub-cache-hosted
295295 os:macos-latest
296296 - name : Setup Dart SDK
297- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
297+ uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
298298 with :
299- sdk : " 3.0 .0"
299+ sdk : " 3.4 .0"
300300 - id : checkout
301301 name : Checkout repository
302- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
302+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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@704facf57e6136b1bc63b828d79edcd491f0ee84
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@f0ead981b4d9a35b37f30d36160575d60931ec30
327+ uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
328328 with :
329329 sdk : dev
330330 - id : checkout
331331 name : Checkout repository
332- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
332+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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@f0ead981b4d9a35b37f30d36160575d60931ec30
347+ uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
348348 with :
349349 sdk : dev
350350 - id : checkout
351351 name : Checkout repository
352- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
352+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
353353 - id : google_cloud_pub_upgrade
354354 name : google_cloud; dart pub upgrade
355355 run : dart pub upgrade
0 commit comments