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 35
35
run : dart_frog build
36
36
37
37
- name : Authenticate to Google Cloud
38
- uses : google-github-actions/auth@v1
38
+ uses : google-github-actions/auth@v2
39
39
with :
40
40
credentials_json : ${{ secrets.CLOUD_RUN_DEV_SA }}
41
41
Original file line number Diff line number Diff line change 29
29
run : dart_frog build
30
30
31
31
- name : Authenticate to Google Cloud
32
- uses : google-github-actions/auth@v1
32
+ uses : google-github-actions/auth@v2
33
33
with :
34
34
credentials_json : ${{ secrets.CLOUD_RUN_PROD_SA }}
35
35
Original file line number Diff line number Diff line change 29
29
run : dart_frog build
30
30
31
31
- name : Authenticate to Google Cloud
32
- uses : google-github-actions/auth@v1
32
+ uses : google-github-actions/auth@v2
33
33
with :
34
34
credentials_json : ${{ secrets.CLOUD_RUN_DEV_SA }}
35
35
You can’t perform that action at this time.
0 commit comments