diff --git a/action.yml b/action.yml index 6d32d3e7..836d6037 100644 --- a/action.yml +++ b/action.yml @@ -210,7 +210,7 @@ runs: if: |- ${{ inputs.gcp_workload_identity_provider != '' }} id: 'auth' - uses: 'google-github-actions/auth@v2' # ratchet:exclude + uses: 'google-github-actions/auth@v3' # ratchet:exclude with: project_id: '${{ inputs.gcp_project_id }}' workload_identity_provider: '${{ inputs.gcp_workload_identity_provider }}'