File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
credentials_json : ${{ secrets.GKE_SA_KEY }}
30
30
-
31
31
name : Setup gcloud
32
- uses : google-github-actions/setup-gcloud@v2
32
+ uses : google-github-actions/setup-gcloud@v3
33
33
with :
34
34
project_id : ${{ secrets.GKE_PROJECT }}
35
35
-
Original file line number Diff line number Diff line change 68
68
credentials_json : ${{ secrets.gke-credentials }}
69
69
-
70
70
name : Setup gcloud
71
- uses : google-github-actions/setup-gcloud@v2
71
+ uses : google-github-actions/setup-gcloud@v3
72
72
with :
73
73
project_id : ${{ secrets.gke-project }}
74
74
-
Original file line number Diff line number Diff line change 48
48
password : ${{ steps.auth.outputs.access_token }}
49
49
-
50
50
name : Setup gcloud
51
- uses : google-github-actions/setup-gcloud@v2
51
+ uses : google-github-actions/setup-gcloud@v3
52
52
with :
53
53
project_id : ${{ secrets.gke-project }}
54
54
-
You can’t perform that action at this time.
0 commit comments