Skip to content

Commit 7678d2e

Browse files
authored
chore: update gcloud cli version (#30)
GitHub actions update uses and gcloud cli version
1 parent 2d67377 commit 7678d2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ jobs:
9292
steps:
9393
- id: 'auth'
9494
name: 'Authenticate to GCP'
95-
uses: 'google-github-actions/auth@v2'
95+
uses: google-github-actions/auth@v2
9696
with:
9797
workload_identity_provider: "${{ secrets.GOOGLE_PROVIDER }}"
9898
service_account: "${{ secrets.GOOGLE_SERVICE_ACCOUNT }}"
9999
- id: 'setup'
100100
name: 'Setup Cloud SDK'
101-
uses: 'google-github-actions/setup-gcloud@v2'
101+
uses: google-github-actions/setup-gcloud@v2
102102
with:
103-
version: '>= 450.0.0'
103+
version: '>= 471.0.0'
104104
- id: 'gcloud'
105105
name: 'gcloud CLI'
106106
run: |-

0 commit comments

Comments
 (0)