From de4c40873c00996c7984c4151ff9442390a4e8e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:04:30 +0000 Subject: [PATCH] chore(deps): update google-github-actions/get-gke-credentials action to v2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ab3e681..10b51f4 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ runs: with: credentials_json: ${{ env.GCLOUD_KEY_FILE }} - name: GKE auth - uses: google-github-actions/get-gke-credentials@v1 + uses: google-github-actions/get-gke-credentials@v2 with: cluster_name: ${{ env.GCLOUD_CLUSTER_NAME || 'clevyrnetes' }} project_id: ${{ env.HOST_PROJECT || 'momma-motus' }}