From 06a41440ab440d783d40cffd06df8fe37e5544c6 Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Wed, 22 Dec 2021 11:18:05 -0800 Subject: [PATCH] Change setup-gcloud to use @v0 instead of @master as per their readme. --- .github/workflows/integration_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 60ebc97529..3dfd058652 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -365,7 +365,7 @@ jobs: run: echo "CLOUDSDK_PYTHON=${{env.pythonLocation}}\python.exe" >> $GITHUB_ENV - name: Install Cloud SDK if: ${{ !cancelled() }} - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 - name: Upload Desktop Artifacts to GCS shell: bash if: ${{ !cancelled() }} @@ -891,7 +891,7 @@ jobs: --ci - name: Install Cloud SDK if: steps.get-device-type.outputs.device_type == 'real' - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 - name: Run Android integration tests on Real Device via FTL timeout-minutes: 60 if: steps.get-device-type.outputs.device_type == 'real' @@ -993,7 +993,7 @@ jobs: --ci - name: Install Cloud SDK if: steps.get-device-type.outputs.device_type == 'real' - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 - name: Run iOS integration tests on Real Device via FTL # max 3 retry and 10m timeout for each testapp, plus other steps timeout-minutes: 60