File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
directory : /
5
5
schedule :
6
6
interval : weekly
7
+ labels :
8
+ - dependencies
9
+ - no changelog
Original file line number Diff line number Diff line change 67
67
68
68
steps :
69
69
- name : Set git to use LF
70
- if : runner .ocaml-compiler < 5.2
70
+ if : matrix .ocaml-compiler < 5.2
71
71
run : |
72
72
git config --global core.autocrlf false
73
73
git config --global core.eol lf
82
82
node-version : lts/*
83
83
84
84
- name : Set-up OCaml ${{ matrix.ocaml-compiler }}
85
- uses : ocaml/setup-ocaml@v3.0.0-beta1
85
+ uses : ocaml/setup-ocaml@v3
86
86
with :
87
87
ocaml-compiler : ${{ matrix.ocaml-compiler }}
88
- allow-prerelease-opam : true
89
88
dune-cache : true
90
89
opam-pin : false
91
90
@@ -132,13 +131,12 @@ jobs:
132
131
uses : actions/checkout@v4
133
132
134
133
- name : Set-up OCaml
135
- uses : ocaml/setup-ocaml@v3.0.0-beta1
134
+ uses : ocaml/setup-ocaml@v3
136
135
with :
137
136
ocaml-compiler : " 5.2"
138
- allow-prerelease-opam : true
139
137
dune-cache : true
140
138
141
- - uses : ocaml/setup-ocaml/lint-opam@v3.0.0-beta1
139
+ - uses : ocaml/setup-ocaml/lint-opam@v3
142
140
continue-on-error : true
143
141
144
142
lint-fmt :
@@ -148,10 +146,9 @@ jobs:
148
146
uses : actions/checkout@v4
149
147
150
148
- name : Set-up OCaml
151
- uses : ocaml/setup-ocaml@v3.0.0-beta1
149
+ uses : ocaml/setup-ocaml@v3
152
150
with :
153
151
ocaml-compiler : " 5.2"
154
- allow-prerelease-opam : true
155
152
dune-cache : true
156
153
157
- - uses : ocaml/setup-ocaml/lint-fmt@v3.0.0-beta1
154
+ - uses : ocaml/setup-ocaml/lint-fmt@v3
You can’t perform that action at this time.
0 commit comments