From 466ac0dc246efb110866f3cda2abc09a66bb7b99 Mon Sep 17 00:00:00 2001 From: Pixie Dust Date: Sun, 19 Jan 2025 06:50:18 +0100 Subject: [PATCH] use ocaml-setupv3 to fix darcs failure --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index bc9918e3..f5ebd58d 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Use OCaml ${{ matrix.ocaml-version }} - uses: ocaml/setup-ocaml@v2 + uses: ocaml/setup-ocaml@v3 with: ocaml-compiler: ${{ matrix.ocaml-version }}