diff --git a/.github/workflows/gcp-artifact-registry.yml b/.github/workflows/gcp-artifact-registry.yml index fe471ec3..70a24c5d 100644 --- a/.github/workflows/gcp-artifact-registry.yml +++ b/.github/workflows/gcp-artifact-registry.yml @@ -265,7 +265,7 @@ jobs: - uses: actions/checkout@v6 - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ vars.GCP_SERVICE_ACCOUNT }} @@ -550,7 +550,7 @@ jobs: - name: Authenticate to Google Cloud if: steps.check.outputs.should_build == 'true' - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ vars.GCP_SERVICE_ACCOUNT }}