From d27ec16d128c3e4a154fbc80f5a17f1966cbdb31 Mon Sep 17 00:00:00 2001 From: xvw Date: Fri, 13 Dec 2024 15:32:16 +0100 Subject: [PATCH] Upgrade `setup-ocaml` --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b5f36b..a79a9e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v2 - name: Use OCaml ${{ matrix.ocaml-compiler }} - uses: ocaml/setup-ocaml@v2 + uses: ocaml/setup-ocaml@v3 with: ocaml-compiler: ${{ matrix.ocaml-compiler }} opam-depext-flags: --with-test