Bump google-github-actions/setup-gcloud from 1.1.1 to 2.0.0 (#16577)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Dec 13, 2023 at 12:49 UTC
454b3a38caae918a9156b685d446867e09dde6ef
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -787,7 +787,7 @@ jobs:
787
credentials_json: ${{ secrets.GCS_STORAGE_SERVICE_KEY_JSON }}
788
- name: Setup GCS
789
id: gcs-setup
790
- uses: google-github-actions/setup-gcloud@v1.1.1
790
+ uses: google-github-actions/setup-gcloud@v2.0.0
791
- name: Upload Artifacts
792
id: upload
793
uses: google-github-actions/upload-cloud-storage@v1.0.3