From c6781811ceae53f5551aeaee08d94dc8a8572f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 06:03:13 +0000 Subject: [PATCH] workflows: 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/call-run-integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-run-integration-test.yaml b/.github/workflows/call-run-integration-test.yaml index e259215..e93daa4 100644 --- a/.github/workflows/call-run-integration-test.yaml +++ b/.github/workflows/call-run-integration-test.yaml @@ -266,7 +266,7 @@ jobs: - name: Get the GKE Kubeconfig if: matrix.cloud == 'gke' - uses: 'google-github-actions/get-gke-credentials@v2' + uses: 'google-github-actions/get-gke-credentials@v3' with: cluster_name: ${{ needs.call-run-terraform-setup.outputs.gke-cluster-name }} location: ${{ needs.call-run-terraform-setup.outputs.gke-cluster-zone }}