summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-17 10:41:49 +0300
committerGitHub <noreply@github.com>2022-10-17 10:41:49 +0300
commit08e1d0b9d7191549a4bffcf6751734d4b47c3d30 (patch)
treed0b1771c3df10f57ecdd9418754d0b0639392a7d /.github
parent2d64f4c7e167c58b8daa15602d60303e6a0b0f40 (diff)
Bump google-github-actions/setup-gcloud from 0.6.0 to 0.6.2 (#13836)
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 26849312f1..2eb1be4e12 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -672,7 +672,7 @@ jobs:
path: final-artifacts
- name: Setup Gcloud
id: gcloud
- uses: google-github-actions/setup-gcloud@v0.6.0
+ uses: google-github-actions/setup-gcloud@v0.6.2
with:
project_id: ${{ secrets.GCP_NIGHTLY_STORAGE_PROJECT }}
service_account_key: ${{ secrets.GCP_STORAGE_SERVICE_ACCOUNT_KEY }}