Skip to content

Change setup-gcloud to use @v0 instead of @master as per their readme. #802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change setup-gcloud to use @v0 instead of @master as per their readme.
  • Loading branch information
jonsimantov committed Dec 22, 2021
commit 06a41440ab440d783d40cffd06df8fe37e5544c6
6 changes: 3 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down