Skip to content

Commit 2e77862

Browse files
Bump google-github-actions/setup-gcloud from 1 to 2 (#19137)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1 to 2. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud 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 bb44213 commit 2e77862

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
@@ -154,7 +154,7 @@ jobs:
154154
credentials_json: ${{ secrets.GCS_SA_KEY }}
155155

156156
- name: Setup gcloud
157-
uses: google-github-actions/setup-gcloud@v1
157+
uses: google-github-actions/setup-gcloud@v2
158158
with:
159159
project_id: ${{ secrets.GCS_PROJECT }}
160160

.github/workflows/tpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: google-github-actions/auth@v2
5555
with:
5656
credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}
57-
- uses: "google-github-actions/setup-gcloud@v1"
57+
- uses: "google-github-actions/setup-gcloud@v2"
5858

5959
- name: Time-based job cleanup
6060
if: always()

0 commit comments

Comments
 (0)