Skip to content

Commit 26554aa

Browse files
committed
Fix CI
1 parent 844ef02 commit 26554aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-deploy-html-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Use OCaml ${{ matrix.ocaml-compiler }}
30-
uses: ocaml/setup-ocaml@v2
30+
uses: ocaml/setup-ocaml@v3
3131
with:
3232
ocaml-compiler: ${{ matrix.ocaml-compiler }}
3333
dune-cache: true

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ./LINT
3030

3131
- name: Use OCaml ${{ matrix.ocaml-compiler }}
32-
uses: ocaml/setup-ocaml@v2
32+
uses: ocaml/setup-ocaml@v3
3333
with:
3434
ocaml-compiler: ${{ matrix.ocaml-compiler }}
3535
dune-cache: true

0 commit comments

Comments
 (0)