diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index 0d010b1249..415802e0bb 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -77,7 +77,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: google-github-actions/auth@v0 + uses: google-github-actions/auth@v1 with: credentials_json: ${{ secrets.GCS_SA_KEY }} diff --git a/.github/workflows/tpu-tests.yml b/.github/workflows/tpu-tests.yml index 86f49e5f4f..cbe56651cb 100644 --- a/.github/workflows/tpu-tests.yml +++ b/.github/workflows/tpu-tests.yml @@ -70,7 +70,7 @@ jobs: cat dockers/base-xla/tpu_workflow.jsonnet shell: bash - - uses: google-github-actions/auth@v0 + - uses: google-github-actions/auth@v1 with: credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}