diff --git a/.github/workflows/get_google_images.yml b/.github/workflows/get_google_images.yml index ed6d970..6b4453f 100644 --- a/.github/workflows/get_google_images.yml +++ b/.github/workflows/get_google_images.yml @@ -76,7 +76,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: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}