Bump google-github-actions/setup-gcloud from 0.4.0 to 0.5.0 (#12093)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.4.0 to 0.5.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.4.0...v0.5.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
Feb 7, 2022 at 08:56 UTC
dc577bbf1bfb6fdd05a3a4cb9402e35f4ca35ec2
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -461,7 +461,7 @@ jobs:
461
name: final-artifacts
462
path: final-artifacts
463
- name: Setup Gcloud
464
- uses: google-github-actions/setup-gcloud@v0.4.0
464
+ uses: google-github-actions/setup-gcloud@v0.5.0
465
with:
466
project_id: ${{ secrets.GCP_NIGHTLY_STORAGE_PROJECT }}
467
service_account_key: ${{ secrets.GCP_STORAGE_SERVICE_ACCOUNT_KEY }}