From d5cd0dffcc35084d29bab7c99f7437ff7de3f317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:58:15 +0000 Subject: [PATCH] chore: bump google-github-actions/auth from 2 to 3 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/run_notebooks.yml | 2 +- .github/workflows/scheduled_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_notebooks.yml b/.github/workflows/run_notebooks.yml index 8f5c19476..e7fdefbd2 100644 --- a/.github/workflows/run_notebooks.yml +++ b/.github/workflows/run_notebooks.yml @@ -35,7 +35,7 @@ jobs: - name: '🔐 Authenticate to Google Cloud' id: 'auth' - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' diff --git a/.github/workflows/scheduled_test.yml b/.github/workflows/scheduled_test.yml index 62ed8699d..09d4483bd 100644 --- a/.github/workflows/scheduled_test.yml +++ b/.github/workflows/scheduled_test.yml @@ -106,7 +106,7 @@ jobs: - name: '🔐 Authenticate to Google Cloud' id: 'auth' - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'