We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc14fa3 commit 51d6296Copy full SHA for 51d6296
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v3
23
24
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
25
- uses: ocaml/setup-ocaml@v2
+ uses: ocaml/setup-ocaml@v3
26
with:
27
ocaml-compiler: ${{ matrix.ocaml-compiler }}
28
0 commit comments