From a2df7e20fb3366b1f09d7803e22a7ff8c761b2e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 21:22:21 +0000 Subject: [PATCH] Bump ocaml/setup-ocaml from 3.6.0 to 3.6.1 Bumps [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Commits](https://github.com/ocaml/setup-ocaml/compare/v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 cb84acc2d2..249a6c50a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,7 +177,7 @@ jobs: key: ${{ env.opam_cache_key }} - name: Use OCaml ${{matrix.ocaml_compiler}} - uses: ocaml/setup-ocaml@v3.6.0 + uses: ocaml/setup-ocaml@v3.6.1 if: steps.cache-opam-env.outputs.cache-hit != 'true' with: ocaml-compiler: ${{matrix.ocaml_compiler}}