From 4b937db5d3d8760243b41c7f74a249475c93116f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:58:33 +0000 Subject: [PATCH] chore(deps): update google-github-actions/get-gke-credentials action to v2 --- .github/workflows/google.yml | 2 +- .github/workflows/googleXs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/google.yml b/.github/workflows/google.yml index c4699d2..9f035e3 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@v1.0.2 + - uses: google-github-actions/get-gke-credentials@v2.2.2 with: cluster_name: ${{ env.GKE_CLUSTER }} location: ${{ env.GKE_ZONE }} diff --git a/.github/workflows/googleXs.yml b/.github/workflows/googleXs.yml index 8809327..b56471a 100644 --- a/.github/workflows/googleXs.yml +++ b/.github/workflows/googleXs.yml @@ -49,7 +49,7 @@ jobs: # Get the GKE credentials so we can deploy to the cluster - - uses: google-github-actions/get-gke-credentials@v1.0.2 + - uses: google-github-actions/get-gke-credentials@v2.2.2 with: cluster_name: ${{ env.GKE_CLUSTER }} location: ${{ env.GKE_ZONE }}