From 74500d49ed820a695aaa899dab891ecb40a2680a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 22:13:32 +0000 Subject: [PATCH] deps(actions): bump the actions group with 2 updates Bumps the actions group with 2 updates: [google-github-actions/auth](https://github.com/google-github-actions/auth) and [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud). Updates `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) Updates `google-github-actions/setup-gcloud` from 2 to 3 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-tests.yml | 2 +- .github/workflows/impl-generate.yml | 4 ++-- .github/workflows/impl-merge.yml | 4 ++-- .github/workflows/impl-repair.yml | 4 ++-- .github/workflows/impl-review.yml | 2 +- .github/workflows/sync-postgres.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 13eed62d7b..8caef73d57 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -88,7 +88,7 @@ jobs: - name: Authenticate to GCP if: steps.check.outputs.should_test == 'true' - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: anyplot workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} diff --git a/.github/workflows/impl-generate.yml b/.github/workflows/impl-generate.yml index da1f8dace8..bad0ac8619 100644 --- a/.github/workflows/impl-generate.yml +++ b/.github/workflows/impl-generate.yml @@ -513,14 +513,14 @@ jobs: # ======================================================================== - name: Authenticate to GCP if: steps.pr.outputs.pr_exists == 'true' - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: anyplot workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} - name: Set up Cloud SDK if: steps.pr.outputs.pr_exists == 'true' - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - name: Upload to GCS Staging id: gcs diff --git a/.github/workflows/impl-merge.yml b/.github/workflows/impl-merge.yml index c229c3fa9f..9be521bcdd 100644 --- a/.github/workflows/impl-merge.yml +++ b/.github/workflows/impl-merge.yml @@ -185,14 +185,14 @@ jobs: - name: Authenticate to GCP if: steps.check.outputs.should_run == 'true' - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: anyplot workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} - name: Set up Cloud SDK if: steps.check.outputs.should_run == 'true' - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - name: Promote GCS images to production if: steps.check.outputs.should_run == 'true' diff --git a/.github/workflows/impl-repair.yml b/.github/workflows/impl-repair.yml index 903ed6c3fd..96c0046c7a 100644 --- a/.github/workflows/impl-repair.yml +++ b/.github/workflows/impl-repair.yml @@ -172,14 +172,14 @@ jobs: - name: Authenticate to GCP if: success() - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: anyplot workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} - name: Set up Cloud SDK if: success() - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - name: Upload repaired plot to GCS staging if: success() diff --git a/.github/workflows/impl-review.yml b/.github/workflows/impl-review.yml index 14ab9214fc..41aec7176d 100644 --- a/.github/workflows/impl-review.yml +++ b/.github/workflows/impl-review.yml @@ -88,7 +88,7 @@ jobs: - name: Authenticate to GCP id: gcs continue-on-error: true - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: anyplot workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} diff --git a/.github/workflows/sync-postgres.yml b/.github/workflows/sync-postgres.yml index 74fc9ad733..7bc3ee7dc2 100644 --- a/.github/workflows/sync-postgres.yml +++ b/.github/workflows/sync-postgres.yml @@ -46,7 +46,7 @@ jobs: uv sync - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: anyplot workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}