From 776762f43a9692ae053eb80af23a70e41bb68c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 08:32:49 +0000 Subject: [PATCH] Bump ocaml/setup-ocaml from 3.6.1 to 3.7.1 Bumps [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) from 3.6.1 to 3.7.1. - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Commits](https://github.com/ocaml/setup-ocaml/compare/e32b06a3e831ff2fbc6f08cf35be2085e3918014...605a7e998e76e035b82c14d618a6e1010732c4ce) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index dfcef38..fc42dfe 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Use OCaml ${{ matrix.ocaml-compiler }} - uses: ocaml/setup-ocaml@e32b06a3e831ff2fbc6f08cf35be2085e3918014 # v3 + uses: ocaml/setup-ocaml@605a7e998e76e035b82c14d618a6e1010732c4ce # v3 with: ocaml-compiler: ${{ matrix.ocaml-compiler }} dune-cache: true