diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18107b4c..8edf7313 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: fi - 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_IDENTITY_PROVIDER }} service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}