@@ -115,13 +115,13 @@ jobs:
115
115
echo "::set-output name=pr_number::${{ github.event.inputs.test_pull_request }}"
116
116
fi
117
117
fi
118
- - uses : actions/checkout@v2
118
+ - uses : actions/checkout@v3
119
119
with :
120
120
ref : ${{steps.set_outputs.outputs.github_ref}}
121
121
fetch-depth : 0
122
122
submodules : false
123
123
- name : Setup python
124
- uses : actions/setup-python@v2
124
+ uses : actions/setup-python@v4
125
125
with :
126
126
python-version : ${{ env.pythonVersion }}
127
127
- name : Install python deps
@@ -191,7 +191,7 @@ jobs:
191
191
# Disable checking for U3D updates, since it is buggy
192
192
U3D_SKIP_UPDATE_CHECK : 1
193
193
steps :
194
- - uses : actions/checkout@v2
194
+ - uses : actions/checkout@v3
195
195
- uses : ruby/setup-ruby@v1
196
196
with :
197
197
ruby-version : 3.0.2
@@ -203,7 +203,7 @@ jobs:
203
203
shell : bash
204
204
command : gem install u3d -v 1.2.3
205
205
- name : Setup python
206
- uses : actions/setup-python@v2
206
+ uses : actions/setup-python@v4
207
207
with :
208
208
python-version : ' 3.7'
209
209
- name : Install python deps
@@ -243,6 +243,7 @@ jobs:
243
243
name : ' firebase_unity_sdk.zip'
244
244
workflow : ' build_starter.yml'
245
245
run_id : ${{ github.event.inputs.packaged_sdk_run_id }}
246
+
246
247
- name : Build integration tests
247
248
timeout-minutes : 240
248
249
shell : bash
@@ -390,7 +391,7 @@ jobs:
390
391
# Disable checking for U3D updates, since it is buggy
391
392
U3D_SKIP_UPDATE_CHECK : 1
392
393
steps :
393
- - uses : actions/checkout@v2
394
+ - uses : actions/checkout@v3
394
395
- uses : ruby/setup-ruby@v1
395
396
with :
396
397
ruby-version : 3.0.2
@@ -402,7 +403,7 @@ jobs:
402
403
shell : bash
403
404
command : gem install u3d -v 1.2.3
404
405
- name : Setup python
405
- uses : actions/setup-python@v2
406
+ uses : actions/setup-python@v4
406
407
with :
407
408
python-version : ' 3.7'
408
409
- name : Install python deps
@@ -520,7 +521,7 @@ jobs:
520
521
build_os : ${{ fromJson(needs.check_and_prepare.outputs.matrix_build_os) }}
521
522
os : ${{ fromJson(needs.check_and_prepare.outputs.matrix_desktop_os) }}
522
523
steps :
523
- - uses : actions/checkout@v2
524
+ - uses : actions/checkout@v3
524
525
with :
525
526
ref : ${{needs.check_and_prepare.outputs.github_ref}}
526
527
- name : Download Desktop integration tests artifact
@@ -529,7 +530,7 @@ jobs:
529
530
path : testapps
530
531
name : testapps-${{ matrix.unity_version }}-${{ matrix.build_os }}-${{ matrix.os }}
531
532
- name : Setup python
532
- uses : actions/setup-python@v2
533
+ uses : actions/setup-python@v4
533
534
with :
534
535
python-version : ' 3.7'
535
536
- name : Install python deps
@@ -602,11 +603,11 @@ jobs:
602
603
- build_os : windows-latest
603
604
mobile_device : " simulator_target"
604
605
steps :
605
- - uses : actions/checkout@v2
606
+ - uses : actions/checkout@v3
606
607
with :
607
608
ref : ${{needs.check_and_prepare.outputs.github_ref}}
608
609
- name : Setup python
609
- uses : actions/setup-python@v2
610
+ uses : actions/setup-python@v4
610
611
with :
611
612
python-version : ' 3.7'
612
613
- name : Install python deps
@@ -693,11 +694,11 @@ jobs:
693
694
runs-on : ubuntu-latest
694
695
if : ${{ !cancelled() }}
695
696
steps :
696
- - uses : actions/checkout@v2
697
+ - uses : actions/checkout@v3
697
698
with :
698
699
ref : ${{needs.check_and_prepare.outputs.github_ref}}
699
700
- name : Setup python
700
- uses : actions/setup-python@v2
701
+ uses : actions/setup-python@v4
701
702
with :
702
703
python-version : ${{ env.pythonVersion }}
703
704
- name : Install python deps
0 commit comments