Modify setup-gcloud from master to v0

Adjust it because upstream made it, For more information, please see: google-github-actions/setup-gcloud#539

Signed-off-by: Yang Jiao <jiaoya@vmware.com>
This commit is contained in:
Yang Jiao 2022-04-20 06:23:23 +00:00
parent b261b67d49
commit d8ed270572
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 }}