File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
-
47
47
name : Auth gcloud
48
48
id : auth
49
- uses : google-github-actions/auth@v2
49
+ uses : google-github-actions/auth@v3
50
50
with :
51
51
token_format : access_token
52
52
credentials_json : ${{ secrets.GKE_SA_KEY }}
Original file line number Diff line number Diff line change 24
24
steps :
25
25
-
26
26
name : Auth gcloud
27
- uses : google-github-actions/auth@v2
27
+ uses : google-github-actions/auth@v3
28
28
with :
29
29
credentials_json : ${{ secrets.GKE_SA_KEY }}
30
30
-
Original file line number Diff line number Diff line change 63
63
uses : actions/checkout@v5
64
64
-
65
65
name : Auth gcloud
66
- uses : google-github-actions/auth@v2
66
+ uses : google-github-actions/auth@v3
67
67
with :
68
68
credentials_json : ${{ secrets.gke-credentials }}
69
69
-
Original file line number Diff line number Diff line change 35
35
-
36
36
name : Auth gcloud
37
37
id : auth
38
- uses : google-github-actions/auth@v2
38
+ uses : google-github-actions/auth@v3
39
39
with :
40
40
token_format : access_token
41
41
credentials_json : ${{ secrets.GKE_SA_KEY }}
You can’t perform that action at this time.
0 commit comments