Skip to content

Commit bb44213

Browse files
Bump google-github-actions/auth from 1 to 2 (#19105)
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](google-github-actions/auth@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6a787c commit bb44213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
path: docs/build/html/
150150

151151
- name: Authenticate to Google Cloud
152-
uses: google-github-actions/auth@v1
152+
uses: google-github-actions/auth@v2
153153
with:
154154
credentials_json: ${{ secrets.GCS_SA_KEY }}
155155

.github/workflows/tpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
python-version: "3.10"
5353

54-
- uses: google-github-actions/auth@v1
54+
- uses: google-github-actions/auth@v2
5555
with:
5656
credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}
5757
- uses: "google-github-actions/setup-gcloud@v1"

0 commit comments

Comments
 (0)