From cd2c1bc3601221f3e873a8bef400727b262e31dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 20:22:56 +0000 Subject: [PATCH] build(deps): bump google-github-actions/get-gke-credentials from 2 to 3 Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 2 to 3. - [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](https://github.com/google-github-actions/get-gke-credentials/compare/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/get-gke-credentials dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/google.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/google.yml b/.github/workflows/google.yml index 42aad92..227ec96 100644 --- a/.github/workflows/google.yml +++ b/.github/workflows/google.yml @@ -122,7 +122,7 @@ jobs: echo "DIGEST=$digest" >> $GITHUB_ENV - name: Set up GKE credentials - uses: google-github-actions/get-gke-credentials@v2 + uses: google-github-actions/get-gke-credentials@v3 with: cluster_name: ${{ env.GKE_CLUSTER }} location: ${{ env.GAR_LOCATION }}