From a09e6c36e4236a87e90c19d629f6b8764d8a38bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 21:22:21 +0000 Subject: [PATCH] Bump ocaml/setup-ocaml from 3.4.8 to 3.5.1 Bumps [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) from 3.4.8 to 3.5.1. - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Commits](https://github.com/ocaml/setup-ocaml/compare/v3.4.8...v3.5.1) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3c8662307..ce62c13397 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: key: ${{ env.opam_cache_key }} - name: Use OCaml ${{matrix.ocaml_compiler}} - uses: ocaml/setup-ocaml@v3.4.8 + uses: ocaml/setup-ocaml@v3.5.1 if: steps.cache-opam-env.outputs.cache-hit != 'true' with: ocaml-compiler: ${{matrix.ocaml_compiler}}