Skip to content

Commit 83f2c0c

Browse files
committed
update setup gcloud
1 parent 5dc70bb commit 83f2c0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_bq_auth.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
workload_identity_provider: 'projects/569883598760/locations/global/workloadIdentityPools/github/providers/mimic-code'
2222

2323
- name: 'Set up Cloud SDK'
24-
uses: 'google-github-actions/setup-gcloud@v0'
24+
uses: 'google-github-actions/setup-gcloud@v2'
25+
with:
26+
version: '>= 363.0.0'
2527

2628
- name: Test making a table with bigquery
2729
run: |

0 commit comments

Comments
 (0)