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 28
28
credentials_json : ${{ secrets.GKE_SA_KEY }}
29
29
-
30
30
name : Setup gcloud
31
- uses : google-github-actions/setup-gcloud@v1
31
+ uses : google-github-actions/setup-gcloud@v2
32
32
with :
33
33
project_id : ${{ secrets.GKE_PROJECT }}
34
34
-
Original file line number Diff line number Diff line change 59
59
credentials_json : ${{ secrets.gke-credentials }}
60
60
-
61
61
name : Setup gcloud
62
- uses : google-github-actions/setup-gcloud@v1
62
+ uses : google-github-actions/setup-gcloud@v2
63
63
with :
64
64
project_id : ${{ secrets.gke-project }}
65
65
-
Original file line number Diff line number Diff line change 47
47
password : ${{ steps.auth.outputs.access_token }}
48
48
-
49
49
name : Setup gcloud
50
- uses : google-github-actions/setup-gcloud@v1
50
+ uses : google-github-actions/setup-gcloud@v2
51
51
with :
52
52
project_id : ${{ secrets.gke-project }}
53
53
-
You can’t perform that action at this time.
0 commit comments