Skip to content

Commit a8147ee

Browse files
Bump ocaml/setup-ocaml from 2 to 3 (#243)
* Bump ocaml/setup-ocaml from 2 to 3 Bumps [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) from 2 to 3. - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Changelog](https://github.com/ocaml/setup-ocaml/blob/master/CHANGELOG.md) - [Commits](ocaml/setup-ocaml@v2...v3) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update workflow.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sora Morimoto <[email protected]>
1 parent d48d577 commit a8147ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/workflow.yml

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

4040
- name: Set-up OCaml
41-
uses: ocaml/setup-ocaml@v2
41+
uses: ocaml/setup-ocaml@v3
4242
with:
4343
ocaml-compiler: ${{ matrix.ocaml-compiler }}
44-
allow-prerelease-opam: true
45-
opam-depext: false
4644
opam-pin: false
4745

4846
- name: Re-install OpenSSL on macOS

0 commit comments

Comments
 (0)