chore: fix docs pinned version (#425)

This commit is contained in:
Bharath KKB 2021-12-06 15:21:00 -06:00 committed by GitHub
parent a45a082599
commit 41d62c9cff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ steps:
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0.2.1
uses: google-github-actions/setup-gcloud@v0.3.0
- name: Use gcloud CLI
run: gcloud info
@ -111,7 +111,7 @@ This action installs the Cloud SDK (`gcloud`). To configure its authentication t
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0.2.1
uses: google-github-actions/setup-gcloud@v0.3.0
- name: Use gcloud CLI
run: gcloud info
@ -126,7 +126,7 @@ This action installs the Cloud SDK (`gcloud`). To configure its authentication t
credentials_json: ${{ secrets.gcp_credentials }}
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0.2.1
uses: google-github-actions/setup-gcloud@v0.3.0
- name: Use gcloud CLI
run: gcloud info
@ -139,7 +139,7 @@ the Cloud SDK will automatically authenticate using the machine credentials:
```yaml
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0.2.1
uses: google-github-actions/setup-gcloud@v0.3.0
- name: Use gcloud CLI
run: gcloud info