Skip to content

Commit ed7707e

Browse files
Bump google-github-actions/get-gke-credentials from 0 to 1 (#15843)
Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 0 to 1. - [Release notes](https://github.com/google-github-actions/get-gke-credentials/releases) - [Changelog](https://github.com/google-github-actions/get-gke-credentials/blob/main/CHANGELOG.md) - [Commits](google-github-actions/get-gke-credentials@v0...v1) --- updated-dependencies: - dependency-name: google-github-actions/get-gke-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 206fd06 commit ed7707e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}
7979

8080
# https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-google-kubernetes-engine
81-
- uses: google-github-actions/get-gke-credentials@v0
81+
- uses: google-github-actions/get-gke-credentials@v1
8282
with:
8383
cluster_name: ${{ env.GKE_CLUSTER }}
8484
location: ${{ env.GKE_ZONE }}

0 commit comments

Comments
 (0)