We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d962a7 commit f310bc5Copy full SHA for f310bc5
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
steps:
53
- uses: actions/checkout@main
54
- name: Use OCaml ${{ matrix.ocaml-compiler }}
55
- uses: ocaml/setup-ocaml@v2
+ uses: ocaml/setup-ocaml@v3
56
with:
57
ocaml-compiler: ${{ matrix.ocaml-compiler }}
58
dune-cache: true
0 commit comments