diff --git a/.github/workflows/trunk-build.yml b/.github/workflows/trunk-build.yml index 7256536f..4ed60885 100644 --- a/.github/workflows/trunk-build.yml +++ b/.github/workflows/trunk-build.yml @@ -28,7 +28,7 @@ jobs: - name: Install OCaml compiler uses: ocaml/setup-ocaml@v3 with: - ocaml-compiler: 'ocaml-variants.5.4.0+trunk' + ocaml-compiler: 'ocaml-variants.5.5.0+trunk' dune-cache: true cache-prefix: ${{ steps.setup.outputs.cache_prefix }}