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 89
89
credentials_json : ${{ secrets.GCP_CREDENTIALS_JSON }}
90
90
91
91
- name : Setup gcloud CLI
92
- uses : google-github-actions/setup-gcloud@v1
92
+ uses : google-github-actions/setup-gcloud@v2
93
93
94
94
- name : Save bbl state
95
95
run : |
Original file line number Diff line number Diff line change 62
62
credentials_json : ${{ secrets.GCP_CREDENTIALS_JSON }}
63
63
64
64
- name : Setup gcloud CLI
65
- uses : google-github-actions/setup-gcloud@v1
65
+ uses : google-github-actions/setup-gcloud@v2
66
66
67
67
- name : Download file from GCS
68
68
run : |
Original file line number Diff line number Diff line change 33
33
with :
34
34
go-version-file : go.mod
35
35
- name : golangci-lint
36
- uses : golangci/golangci-lint-action@v6
36
+ uses : golangci/golangci-lint-action@v8
37
37
with :
38
38
version : v1.64
39
39
args : -v --exclude-dirs cf --exclude-dirs fixtures --exclude-dirs plugin --exclude-dirs command/plugin
Original file line number Diff line number Diff line change 78
78
credentials_json : ${{ secrets.GCP_CREDENTIALS_JSON }}
79
79
80
80
- name : Setup gcloud CLI
81
- uses : google-github-actions/setup-gcloud@v1
81
+ uses : google-github-actions/setup-gcloud@v2
82
82
83
83
- name : Download file from GCS
84
84
run : |
You can’t perform that action at this time.
0 commit comments