Skip to content

Commit b2c3e9f

Browse files
authored
Merge pull request #234 from ocsigen/dependabot/github_actions/ocaml/setup-ocaml-3
Bump ocaml/setup-ocaml from 2 to 3
2 parents b975917 + 1f63beb commit b2c3e9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: Set-up OCaml
36-
uses: ocaml/setup-ocaml@v2
36+
uses: ocaml/setup-ocaml@v3
3737
with:
3838
ocaml-compiler: ${{ matrix.ocaml-compiler }}
39-
allow-prerelease-opam: true
40-
opam-depext: false
4139
opam-pin: false
4240

4341
- name: Re-install OpenSSL on macOS

0 commit comments

Comments
 (0)