Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade github action setup-gcloud to v1 (#2389)
Followup to comment [here](#2384 (comment)), upgrades `google-github-actions/setup-gcloud` to be consistent with [nativeTests.yaml](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/.github/workflows/NativeTests.yaml) following example [here](https://github.com/google-github-actions/setup-gcloud#service-account-key-json). This also fixes deprecation warnings on integration test workflows. ``` "service_account_key" has been deprecated. Please switch to using google-github-actions/auth which supports both Workload Identity Federation and Service Account Key JSON authentication. For more details, see https://github.com/google-github-actions/setup-gcloud#authorization ```
- Loading branch information