Skip to content

Commit f181b9b

Browse files
Bump ocaml/setup-ocaml from 2 to 3 (#17)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b1e74a commit f181b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Check out library
1616
uses: actions/checkout@v4
1717
- name: Install ocaml and opam
18-
uses: ocaml/setup-ocaml@v2
18+
uses: ocaml/setup-ocaml@v3
1919
with:
2020
ocaml-compiler: 4.14.1
2121
- name: Install required libraries

0 commit comments

Comments
 (0)