summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-08 07:24:11 -0500
committerGitHub <noreply@github.com>2023-02-08 07:24:11 -0500
commita54923a189cc8eef6f654906be9bff20a0984933 (patch)
treed6d57baa0d688d150427c89af3eea414b2a0bde2 /.github
parentcbd49601275f7569b060e6e1ee3154024783d693 (diff)
Bump google-github-actions/setup-gcloud from 1.0.1 to 1.1.0 (#14438)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1.0.1 to 1.1.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.0.1...v1.1.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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c3924fb0c8..623b333c84 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -657,7 +657,7 @@ jobs:
credentials_json: ${{ secrets.GCS_STORAGE_SERVICE_KEY_JSON }}
- name: Setup GCS
id: gcs-setup
- uses: google-github-actions/setup-gcloud@v1.0.1
+ uses: google-github-actions/setup-gcloud@v1.1.0
- name: Upload Artifacts
id: upload
uses: google-github-actions/upload-cloud-storage@v1.0.0