We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26c48a commit 47a21b9Copy full SHA for 47a21b9
.github/workflows/opam.yml
@@ -49,7 +49,7 @@ jobs:
49
key: opam-${{ matrix.os }}-${{ matrix.ocaml-compiler }}-${{ hashFiles('**.opam') }}
50
51
- name: Use OCaml ${{ matrix.ocaml-compiler }}
52
- uses: ocaml/setup-ocaml@v2
+ uses: ocaml/setup-ocaml@v3
53
with:
54
ocaml-compiler: ${{ matrix.ocaml-compiler }}
55
dune-cache: true
0 commit comments