From 7ed0795fedf98fccb996859fa2a1b9c5a048cbb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:35:20 +0000 Subject: [PATCH] Bump google-github-actions/auth from 1 to 2 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1 to 2. - [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/v1...v2) --- 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-build.yml | 2 +- .github/workflows/tpu-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-build.yml b/.github/workflows/docs-build.yml index 7d31cb9433b83..c3bc352c7f4c0 100644 --- a/.github/workflows/docs-build.yml +++ b/.github/workflows/docs-build.yml @@ -167,7 +167,7 @@ jobs: path: docs/build/html/ - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GCS_SA_KEY }} diff --git a/.github/workflows/tpu-tests.yml b/.github/workflows/tpu-tests.yml index 32593a3783fc8..45d35f41fd6ad 100644 --- a/.github/workflows/tpu-tests.yml +++ b/.github/workflows/tpu-tests.yml @@ -43,7 +43,7 @@ jobs: with: python-version: '3.10' - - uses: google-github-actions/auth@v1 + - uses: google-github-actions/auth@v2 with: credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}