From 7bf7198ba1090b5551fbf7af48d88700824fb108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:40:41 +0000 Subject: [PATCH] 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/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 364f01d..71fb1b8 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Google Cloud Auth - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: project_id: 'httparchive' credentials_json: ${{ env.PIPELINE_SA_KEY }} @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Google Cloud Auth - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: project_id: 'httparchive' credentials_json: ${{ env.PIPELINE_SA_KEY }}