Skip to content

Commit 041c24b

Browse files
committed
Use setup-ocaml 3 for opam workflow
1 parent 3dc9ce1 commit 041c24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opam.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v4
3535

3636
- name: Install OCaml compiler
37-
uses: ocaml/setup-ocaml@v2
37+
uses: ocaml/setup-ocaml@v3
3838
with:
3939
ocaml-compiler: ${{ matrix.ocaml-compiler }}
4040
opam-depext: false

0 commit comments

Comments
 (0)