Skip to content

Commit 68cf601

Browse files
authored
Merge pull request #1025 from ocsigen/setup-ocaml-v3
Update ocaml/setup-ocaml to v3
2 parents 4a251f6 + 87f9b73 commit 68cf601

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)