Skip to content

Commit 3655f4f

Browse files
committed
CI: use recent ocaml action
1 parent efc6cb1 commit 3655f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v3
4040

4141
- name: Use OCaml ${{ matrix.ocaml-compiler }}
42-
uses: ocaml/setup-ocaml@v2
42+
uses: ocaml/setup-ocaml@v3
4343
with:
4444
ocaml-compiler: ${{ matrix.ocaml-compiler }}
4545
opam-depext-flags: --with-test

0 commit comments

Comments
 (0)