Merge pull request #16720 from YangJiao0817/fix-setup-gcloud

Modify setup-gcloud from master to v0
This commit is contained in:
Yang Jiao 2022-04-20 15:12:31 +08:00 committed by GitHub
commit a371a2db2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@
* Add date here... Add signature here...
- Add your reason here...
* Apr 20 2022 <jiaoya@vmware.com>
- Refresh base image
* Oct 28 2021 <jiaoya@vmware.com>
- Refresh base image

View File

@ -18,7 +18,7 @@ jobs:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: google-github-actions/setup-gcloud@master
- uses: google-github-actions/setup-gcloud@v0
with:
version: '285.0.0'
project_id: ${{ secrets.GCP_PROJECT_ID }}