Bump google-github-actions/setup-gcloud from 0.5.0 to 0.5.1 (#12194)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.5.0 to 0.5.1. - [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.0...v0.5.1) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Feb 21, 2022 at 12:53 UTC
ac983a33aa18c50470769e4113590fa4fab5452f
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -477,7 +477,7 @@ jobs:
477
name: final-artifacts
478
path: final-artifacts
479
- name: Setup Gcloud
480
- uses: google-github-actions/setup-gcloud@v0.5.0
480
+ uses: google-github-actions/setup-gcloud@v0.5.1
481
with:
482
project_id: ${{ secrets.GCP_NIGHTLY_STORAGE_PROJECT }}
483
service_account_key: ${{ secrets.GCP_STORAGE_SERVICE_ACCOUNT_KEY }}