From 42a1af169f95c26a32cc7b697baa5fa3fa1d8c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 08:32:32 +0000 Subject: [PATCH] Bump ocaml/setup-ocaml from 3.7.2 to 3.8.0 Bumps [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) from 3.7.2 to 3.8.0. - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Commits](https://github.com/ocaml/setup-ocaml/compare/f92e0606b7ae4873dd1238465ea4bf6f8e40d85c...e89b2ded52a6e13f50162220cf5fe47290162032) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-version: 3.8.0 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 8036c25..b1f7d2a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Use OCaml ${{ matrix.ocaml-compiler }} - uses: ocaml/setup-ocaml@f92e0606b7ae4873dd1238465ea4bf6f8e40d85c # v3 + uses: ocaml/setup-ocaml@e89b2ded52a6e13f50162220cf5fe47290162032 # v3 with: ocaml-compiler: ${{ matrix.ocaml-compiler }} dune-cache: true