We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517d460 commit 6d962a7Copy full SHA for 6d962a7
.github/workflows/main.yml
@@ -73,7 +73,7 @@ jobs:
73
steps:
74
- uses: actions/checkout@main
75
- name: Use OCaml ${{ matrix.ocaml-compiler }}
76
- uses: ocaml/setup-ocaml@v2
+ uses: ocaml/setup-ocaml@v3
77
with:
78
ocaml-compiler: ${{ matrix.ocaml-compiler }}
79
dune-cache: true
0 commit comments