Skip to content

Commit 0e67e5e

Browse files
Bump ocaml/setup-ocaml from 2 to 3 (#338)
* 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 fc5bd66 commit 0e67e5e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ jobs:
3636
uses: actions/checkout@v4
3737

3838
- name: Set-up OCaml
39-
uses: ocaml/setup-ocaml@v2
39+
uses: ocaml/setup-ocaml@v3
4040
with:
4141
ocaml-compiler: ${{ matrix.ocaml-compiler }}
42-
allow-prerelease-opam: true
43-
opam-depext-flags: --with-test
4442

4543
- run: opam install . --deps-only --with-test
4644

@@ -55,9 +53,8 @@ jobs:
5553
uses: actions/checkout@v4
5654

5755
- name: Set-up OCaml
58-
uses: ocaml/setup-ocaml@v2
56+
uses: ocaml/setup-ocaml@v3
5957
with:
6058
ocaml-compiler: "4.14"
61-
allow-prerelease-opam: true
6259

63-
- uses: ocaml/setup-ocaml/lint-opam@v2
60+
- uses: ocaml/setup-ocaml/lint-opam@v3

0 commit comments

Comments
 (0)