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 e6a787c commit bb44213Copy full SHA for bb44213
.github/workflows/docs-build.yml
@@ -149,7 +149,7 @@ jobs:
149
path: docs/build/html/
150
151
- name: Authenticate to Google Cloud
152
- uses: google-github-actions/auth@v1
+ uses: google-github-actions/auth@v2
153
with:
154
credentials_json: ${{ secrets.GCS_SA_KEY }}
155
.github/workflows/tpu-tests.yml
@@ -51,7 +51,7 @@ jobs:
51
52
python-version: "3.10"
53
54
- - uses: google-github-actions/auth@v1
+ - uses: google-github-actions/auth@v2
55
56
credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}
57
- uses: "google-github-actions/setup-gcloud@v1"
0 commit comments