File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,10 @@ jobs:
8181 uses : actions/checkout@v4
8282
8383 - name : Set-up OCaml
84- uses : ocaml/setup-ocaml@v3.0.0-beta1
84+ uses : ocaml/setup-ocaml@v3
8585 with :
8686 ocaml-compiler : ${{ matrix.ocaml-compiler }}
8787 opam-local-packages : ${{ matrix.local-packages }}
88- allow-prerelease-opam : true
8988
9089 - run : opam install conf-libev
9190 if : ${{ matrix.libev == true }}
@@ -116,10 +115,9 @@ jobs:
116115 uses : actions/checkout@v4
117116
118117 - name : Set-up OCaml
119- uses : ocaml/setup-ocaml@v3.0.0-beta1
118+ uses : ocaml/setup-ocaml@v3
120119 with :
121120 ocaml-compiler : " 5.2"
122- allow-prerelease-opam : true
123121 dune-cache : true
124122
125- - uses : ocaml/setup-ocaml/lint-opam@v3.0.0-beta1
123+ - uses : ocaml/setup-ocaml/lint-opam@v3
You can’t perform that action at this time.
0 commit comments