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 44 directory : /
55 schedule :
66 interval : weekly
7+ labels :
8+ - dependencies
9+ - no changelog
Original file line number Diff line number Diff line change 6767
6868 steps :
6969 - name : Set git to use LF
70- if : runner .ocaml-compiler < 5.2
70+ if : matrix .ocaml-compiler < 5.2
7171 run : |
7272 git config --global core.autocrlf false
7373 git config --global core.eol lf
8282 node-version : lts/*
8383
8484 - name : Set-up OCaml ${{ matrix.ocaml-compiler }}
85- uses : ocaml/setup-ocaml@v3.0.0-beta1
85+ uses : ocaml/setup-ocaml@v3
8686 with :
8787 ocaml-compiler : ${{ matrix.ocaml-compiler }}
88- allow-prerelease-opam : true
8988 dune-cache : true
9089 opam-pin : false
9190
@@ -132,13 +131,12 @@ jobs:
132131 uses : actions/checkout@v4
133132
134133 - name : Set-up OCaml
135- uses : ocaml/setup-ocaml@v3.0.0-beta1
134+ uses : ocaml/setup-ocaml@v3
136135 with :
137136 ocaml-compiler : " 5.2"
138- allow-prerelease-opam : true
139137 dune-cache : true
140138
141- - uses : ocaml/setup-ocaml/lint-opam@v3.0.0-beta1
139+ - uses : ocaml/setup-ocaml/lint-opam@v3
142140 continue-on-error : true
143141
144142 lint-fmt :
@@ -148,10 +146,9 @@ jobs:
148146 uses : actions/checkout@v4
149147
150148 - name : Set-up OCaml
151- uses : ocaml/setup-ocaml@v3.0.0-beta1
149+ uses : ocaml/setup-ocaml@v3
152150 with :
153151 ocaml-compiler : " 5.2"
154- allow-prerelease-opam : true
155152 dune-cache : true
156153
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