From b0a8b8b433b5cb05a061d7a73c94d864fced0cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 01:03:58 +0000 Subject: [PATCH] build(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/release.yml | 4 ++-- .github/workflows/systest.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d24d92fce..5bb57b153f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: rm -f $OUTNAME/post.h zip -r $OUTNAME.zip $OUTNAME - name: Setup gcloud authentication - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: ${{ secrets.GCP_WI_PROJECT_ID }} workload_identity_provider: ${{ secrets.GCP_WI_PROVIDER_SA }} @@ -182,7 +182,7 @@ jobs: echo "mac-arm64: $(cat sha256-mac-arm64/sha256-mac-arm64.txt)" >> sha256sum.yaml - name: Setup gcloud authentication - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: ${{ secrets.GCP_WI_PROJECT_ID }} workload_identity_provider: ${{ secrets.GCP_WI_PROVIDER_SA }} diff --git a/.github/workflows/systest.yml b/.github/workflows/systest.yml index bc39944f1f..d6c1935941 100644 --- a/.github/workflows/systest.yml +++ b/.github/workflows/systest.yml @@ -69,7 +69,7 @@ jobs: ssh-key: ${{ secrets.GH_ACTION_PRIVATE_KEY }} - name: Setup gcloud authentication - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: ${{ secrets.GCP_WI_PROJECT_ID }} workload_identity_provider: ${{ secrets.GCP_WI_PROVIDER_SA }} @@ -133,7 +133,7 @@ jobs: ssh-key: ${{ secrets.GH_ACTION_PRIVATE_KEY }} - name: Setup gcloud authentication - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: ${{ secrets.GCP_WI_PROJECT_ID }} workload_identity_provider: ${{ secrets.GCP_WI_PROVIDER_SA }} @@ -192,7 +192,7 @@ jobs: version: "v1.27.16" - name: Setup gcloud authentication - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: ${{ secrets.GCP_WI_PROJECT_ID }} workload_identity_provider: ${{ secrets.GCP_WI_PROVIDER_SA }} @@ -276,7 +276,7 @@ jobs: ssh-key: ${{ secrets.GH_ACTION_PRIVATE_KEY }} - name: Setup gcloud authentication - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: project_id: ${{ secrets.GCP_WI_PROJECT_ID }} workload_identity_provider: ${{ secrets.GCP_WI_PROVIDER_SA }}