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 bece9c7 commit 50e0eb3Copy full SHA for 50e0eb3
.github/workflows/ci.yml
@@ -180,7 +180,7 @@ jobs:
180
key: ${{ env.opam_cache_key }}
181
182
- name: Use OCaml ${{matrix.ocaml_compiler}}
183
- uses: ocaml/setup-ocaml@v3.2.5
+ uses: ocaml/setup-ocaml@v3.3.2
184
if: steps.cache-opam-env.outputs.cache-hit != 'true'
185
with:
186
ocaml-compiler: ${{matrix.ocaml_compiler}}
0 commit comments