From 18f89e302ad10b1f8cbf0f4230de31ef5d15b1b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 21:22:24 +0000 Subject: [PATCH] Bump ocaml/setup-ocaml from 3.4.8 to 3.6.0 Bumps [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) from 3.4.8 to 3.6.0. - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Commits](https://github.com/ocaml/setup-ocaml/compare/v3.4.8...v3.6.0) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-version: 3.6.0 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 25deaf17f3..41e0543ba3 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.6.0 if: steps.cache-opam-env.outputs.cache-hit != 'true' with: ocaml-compiler: ${{matrix.ocaml_compiler}}