mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 01:29:26 +00:00
chore: fix docs pinned version (#425)
This commit is contained in:
parent
a45a082599
commit
41d62c9cff
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue