From f3f0bbac0a1d156e4b686ec796eedb2389e59754 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 05:13:33 +0000 Subject: [PATCH] Update google-github-actions/get-gke-credentials action to v0.9.0 --- .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 5e803ed..8cd0f22 100644 --- a/.github/workflows/google.yml +++ b/.github/workflows/google.yml @@ -45,7 +45,7 @@ jobs: gcloud --quiet auth configure-docker # Get the GKE credentials so we can deploy to the cluster - - uses: google-github-actions/get-gke-credentials@v0.2.1 + - uses: google-github-actions/get-gke-credentials@v0.9.0 with: cluster_name: ${{ env.GKE_CLUSTER }} location: ${{ env.GKE_ZONE }}