From a4a224c01640201fe3badcea7b589e6c0f97b108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:38:20 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/auth from 1 to 2 (#2684) --- .github/workflows/prod-deploy.yml | 2 +- .github/workflows/stage-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod-deploy.yml b/.github/workflows/prod-deploy.yml index 9101ca044..6ac69e437 100644 --- a/.github/workflows/prod-deploy.yml +++ b/.github/workflows/prod-deploy.yml @@ -45,7 +45,7 @@ jobs: run: npm run build - name: Authenticate with GCP - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: token_format: access_token service_account: deploy-prod-interactive-exampl@${{ secrets.GCP_PROJECT_NAME }}.iam.gserviceaccount.com diff --git a/.github/workflows/stage-deploy.yml b/.github/workflows/stage-deploy.yml index 6e86ef8a8..b085daa46 100644 --- a/.github/workflows/stage-deploy.yml +++ b/.github/workflows/stage-deploy.yml @@ -44,7 +44,7 @@ jobs: run: npm run build - name: Authenticate with GCP - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: token_format: access_token service_account: deploy-stage-interactive-examp@${{ secrets.GCP_PROJECT_NAME }}.iam.gserviceaccount.com