Bump google-github-actions/setup-gcloud from 0.5.1 to 0.6.0 (#12386)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/master/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Mar 14, 2022 at 07:31 UTC
6f2f7dadf44ccbc0b16cf418313a5c716491b8f3
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -580,7 +580,7 @@ jobs:
580
path: final-artifacts
581
- name: Setup Gcloud
582
id: gcloud
583
- uses: google-github-actions/setup-gcloud@v0.5.1
583
+ uses: google-github-actions/setup-gcloud@v0.6.0
584
with:
585
project_id: ${{ secrets.GCP_NIGHTLY_STORAGE_PROJECT }}
586
service_account_key: ${{ secrets.GCP_STORAGE_SERVICE_ACCOUNT_KEY }}