We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d302c83 commit bad3829Copy full SHA for bad3829
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v4
28
29
- name: set-up OCaml ${{ matrix.ocaml-compiler }}
30
- uses: ocaml/setup-ocaml@v2
+ uses: ocaml/setup-ocaml@v3
31
with:
32
ocaml-compiler: ${{ matrix.ocaml-compiler }}
33
opam-repositories: |
0 commit comments