From d31faefea70853f077253474203b49961102001c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 01:04:55 +0000 Subject: [PATCH] Bump google-github-actions/auth from 0 to 1 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 0 to 1. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v0...v1) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-deploy.yml | 2 +- .github/workflows/tpu-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index acbb74290ac8e..7ce0a78a849e7 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -76,7 +76,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 86f49e5f4f848..cbe56651cbd03 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 }}