From 04ca476224ea90e57e0268f9552d27befeb590a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:52:32 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ab3e681..3f9174e 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ runs: using: composite steps: - name: GCloud auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ env.GCLOUD_KEY_FILE }} - name: GKE auth