File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
# https://github.com/marketplace/actions/authenticate-to-google-cloud
32
32
33
33
- name : Authenticate
34
- uses : google-github-actions/auth@v1.0 .0
34
+ uses : google-github-actions/auth@v1.1 .0
35
35
with :
36
36
create_credentials_file : true
37
37
service_account : ${{ inputs.service_account }}
Original file line number Diff line number Diff line change 98
98
# https://github.com/marketplace/actions/authenticate-to-google-cloud
99
99
100
100
- name : Authenticate
101
- uses : google-github-actions/auth@v1.0 .0
101
+ uses : google-github-actions/auth@v1.1 .0
102
102
with :
103
103
create_credentials_file : true
104
104
service_account : ${{ inputs.service_account }}
@@ -207,7 +207,7 @@ jobs:
207
207
# https://github.com/marketplace/actions/authenticate-to-google-cloud
208
208
209
209
- name : Authenticate
210
- uses : google-github-actions/auth@v1.0 .0
210
+ uses : google-github-actions/auth@v1.1 .0
211
211
with :
212
212
create_credentials_file : true
213
213
service_account : ${{ inputs.service_account }}
You can’t perform that action at this time.
0 commit comments