From f4a552063f0bce3c93b7e2be70f986f26e194e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:49:46 +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/buildx.yml | 2 +- .github/workflows/deploy-to-k8s.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildx.yml b/.github/workflows/buildx.yml index 385e92e..912982a 100644 --- a/.github/workflows/buildx.yml +++ b/.github/workflows/buildx.yml @@ -116,7 +116,7 @@ jobs: - id: auth name: 'Authenticate to Google Cloud' - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: 'projects/1025538909507/locations/global/workloadIdentityPools/github/providers/github-actions' service_account: 'builder@replicate-production.iam.gserviceaccount.com' diff --git a/.github/workflows/deploy-to-k8s.yml b/.github/workflows/deploy-to-k8s.yml index 7821699..c3b0151 100644 --- a/.github/workflows/deploy-to-k8s.yml +++ b/.github/workflows/deploy-to-k8s.yml @@ -112,7 +112,7 @@ jobs: - name: Authenticate to Google Cloud if: ${{ inputs.auth_method == 'gke' || inputs.install_sops }} - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: projects/1025538909507/locations/global/workloadIdentityPools/github/providers/github-actions service_account: deploy@replicate-production.iam.gserviceaccount.com