File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ jobs:
365
365
run : echo "CLOUDSDK_PYTHON=${{env.pythonLocation}}\python.exe" >> $GITHUB_ENV
366
366
- name : Install Cloud SDK
367
367
if : ${{ !cancelled() }}
368
- uses : google-github-actions/setup-gcloud@master
368
+ uses : google-github-actions/setup-gcloud@v0
369
369
- name : Upload Desktop Artifacts to GCS
370
370
shell : bash
371
371
if : ${{ !cancelled() }}
@@ -891,7 +891,7 @@ jobs:
891
891
--ci
892
892
- name : Install Cloud SDK
893
893
if : steps.get-device-type.outputs.device_type == 'real'
894
- uses : google-github-actions/setup-gcloud@master
894
+ uses : google-github-actions/setup-gcloud@v0
895
895
- name : Run Android integration tests on Real Device via FTL
896
896
timeout-minutes : 60
897
897
if : steps.get-device-type.outputs.device_type == 'real'
@@ -993,7 +993,7 @@ jobs:
993
993
--ci
994
994
- name : Install Cloud SDK
995
995
if : steps.get-device-type.outputs.device_type == 'real'
996
- uses : google-github-actions/setup-gcloud@master
996
+ uses : google-github-actions/setup-gcloud@v0
997
997
- name : Run iOS integration tests on Real Device via FTL
998
998
# max 3 retry and 10m timeout for each testapp, plus other steps
999
999
timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments