From 571c9a87a3fa5a7cd551351b2943aeed9eab8b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:57:41 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/auth from 1 to 2 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1 to 2. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v1...v2) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 c0778d659..1a32ac309 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 c5c211681..3a864a4fa 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