Skip to content

Commit 0379ec4

Browse files
authored
Change setup-gcloud to use @v0 instead of @master as per their readme. (#802)
1 parent 283082f commit 0379ec4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)