From a865989f9b0bde7138b44f6f04473f354bdcc722 Mon Sep 17 00:00:00 2001 From: donatien konan Date: Wed, 18 Dec 2024 19:43:03 +0000 Subject: [PATCH] google-github-actions/auth@v2 utilization --- .github/workflows/.app-engine-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.app-engine-cd.yml b/.github/workflows/.app-engine-cd.yml index 3a458bc..65783b0 100644 --- a/.github/workflows/.app-engine-cd.yml +++ b/.github/workflows/.app-engine-cd.yml @@ -16,11 +16,11 @@ jobs: # Authenticate via Service Account Key JSON # See https://github.com/google-github-actions/auth#authenticating-via-service-account-key-json-1 - id: 'auth' - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: credentials_json: '${{ secrets.GCP_SA_KEY }}' # # Use Google official GHA to deploy 🎉 - id: 'deploy' - uses: 'google-github-actions/deploy-appengine@v1' + uses: 'google-github-actions/deploy-appengine@v2'