Skip to content

Commit e05a1ce

Browse files
authored
update setup-ocaml to v3 (#878)
1 parent c8c3d22 commit e05a1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
key: opam-${{ matrix.os }}-${{ matrix.ocaml-compiler }}-${{ hashFiles('**.opam') }}
5050

5151
- name: Use OCaml ${{ matrix.ocaml-compiler }}
52-
uses: ocaml/setup-ocaml@v2
52+
uses: ocaml/setup-ocaml@v3
5353
with:
5454
ocaml-compiler: ${{ matrix.ocaml-compiler }}
5555
dune-cache: true

0 commit comments

Comments
 (0)