diff --git a/.github/workflows/gcp-action.yml b/.github/workflows/gcp-action.yml index 40a74dc..cc8e4ee 100644 --- a/.github/workflows/gcp-action.yml +++ b/.github/workflows/gcp-action.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: 'actions/checkout@v4' - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: workload_identity_provider: '${{ secrets.ORG_ID_PROVIDER }}' service_account: '${{ secrets.ORG_SERVICE_ACCOUNT }}'