From ea5b086dba76e46898c5b595734e0acf5749d549 Mon Sep 17 00:00:00 2001 From: Daniel B Date: Thu, 30 Nov 2023 07:29:27 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Chore:=20Update=20version=20for?= =?UTF-8?q?=20google-github-actions/auth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4add342..b266d9a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -31,7 +31,7 @@ jobs: uses: google-github-actions/setup-gcloud@v1 # 3. Authenticate with Google Cloud - name: GCP Authentication - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: credentials_json: ${{secrets.GCP_CREDENTIALS}} # 4. Deploy to Google App Engine