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:
365365 run : echo "CLOUDSDK_PYTHON=${{env.pythonLocation}}\python.exe" >> $GITHUB_ENV
366366 - name : Install Cloud SDK
367367 if : ${{ !cancelled() }}
368- uses : google-github-actions/setup-gcloud@master
368+ uses : google-github-actions/setup-gcloud@v0
369369 - name : Upload Desktop Artifacts to GCS
370370 shell : bash
371371 if : ${{ !cancelled() }}
@@ -891,7 +891,7 @@ jobs:
891891 --ci
892892 - name : Install Cloud SDK
893893 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
895895 - name : Run Android integration tests on Real Device via FTL
896896 timeout-minutes : 60
897897 if : steps.get-device-type.outputs.device_type == 'real'
@@ -993,7 +993,7 @@ jobs:
993993 --ci
994994 - name : Install Cloud SDK
995995 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
997997 - name : Run iOS integration tests on Real Device via FTL
998998 # max 3 retry and 10m timeout for each testapp, plus other steps
999999 timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments