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 }}