From 6ad52628d446e2e4bd52c11ae9226d2300281604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:11:57 +0000 Subject: [PATCH] Bump google-github-actions/get-gke-credentials from 0.5.0 to 3.0.0 Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 0.5.0 to 3.0.0. - [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/v0.5.0...v3.0.0) --- updated-dependencies: - dependency-name: google-github-actions/get-gke-credentials dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Deploy-GKE.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Deploy-GKE.yml b/.github/workflows/Deploy-GKE.yml index 5857dc99..dabbf5b5 100644 --- a/.github/workflows/Deploy-GKE.yml +++ b/.github/workflows/Deploy-GKE.yml @@ -56,7 +56,7 @@ jobs: export_default_credentials: true # Get the GKE credentials so we can deploy to the cluster - - uses: google-github-actions/get-gke-credentials@v0.5.0 + - uses: google-github-actions/get-gke-credentials@v3.0.0 with: cluster_name: ${{ env.GKE_CLUSTER }} location: ${{ env.GKE_ZONE }}