We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb44213 commit 2e77862Copy full SHA for 2e77862
.github/workflows/docs-build.yml
@@ -154,7 +154,7 @@ jobs:
154
credentials_json: ${{ secrets.GCS_SA_KEY }}
155
156
- name: Setup gcloud
157
- uses: google-github-actions/setup-gcloud@v1
+ uses: google-github-actions/setup-gcloud@v2
158
with:
159
project_id: ${{ secrets.GCS_PROJECT }}
160
.github/workflows/tpu-tests.yml
@@ -54,7 +54,7 @@ jobs:
54
- uses: google-github-actions/auth@v2
55
56
credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}
57
- - uses: "google-github-actions/setup-gcloud@v1"
+ - uses: "google-github-actions/setup-gcloud@v2"
58
59
- name: Time-based job cleanup
60
if: always()
0 commit comments