From da4910e2d4c9226144576d4785412542a1602915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 21:06:00 +0000 Subject: [PATCH] Bump ocaml/setup-ocaml from 3.4.6 to 3.4.8 Bumps [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) from 3.4.6 to 3.4.8. - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Commits](https://github.com/ocaml/setup-ocaml/compare/v3.4.6...v3.4.8) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-version: 3.4.8 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 9a0f3b1976..cc87b2fd12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,7 +173,7 @@ jobs: key: ${{ env.opam_cache_key }} - name: Use OCaml ${{matrix.ocaml_compiler}} - uses: ocaml/setup-ocaml@v3.4.6 + uses: ocaml/setup-ocaml@v3.4.8 if: steps.cache-opam-env.outputs.cache-hit != 'true' with: ocaml-compiler: ${{matrix.ocaml_compiler}}