From b91d632400fccf80344d9a5cee9b2151b6277396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:43:54 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/auth from 2 to 3 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/investbrand_deploy.yml | 4 ++-- .github/workflows/pledge_rover_deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/investbrand_deploy.yml b/.github/workflows/investbrand_deploy.yml index cfae1b7..d712dd4 100644 --- a/.github/workflows/investbrand_deploy.yml +++ b/.github/workflows/investbrand_deploy.yml @@ -62,7 +62,7 @@ jobs: DB_PASSWORD: Invest123 run: npm run test:integration - - uses: google-github-actions/auth@v2 + - uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_SA_KEY }} - uses: google-github-actions/setup-gcloud@v2 @@ -124,7 +124,7 @@ jobs: flags: investbrand-frontend directory: investbrand/frontend/coverage/ - - uses: google-github-actions/auth@v2 + - uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_SA_KEY }} - uses: google-github-actions/setup-gcloud@v2 diff --git a/.github/workflows/pledge_rover_deploy.yml b/.github/workflows/pledge_rover_deploy.yml index d80c88c..44fcc9b 100644 --- a/.github/workflows/pledge_rover_deploy.yml +++ b/.github/workflows/pledge_rover_deploy.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_SA_KEY }}