Skip to content

Commit 1ea732e

Browse files
committed
Update ci to use ocaml/setup-ocaml@v3
1 parent 7c738d2 commit 1ea732e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flambda-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
path: 'merlin-jst'
3939

4040
- name: Set up OCaml ${{ matrix.ocaml-compiler }}
41-
uses: ocaml/setup-ocaml@v2
41+
uses: ocaml/setup-ocaml@v3
4242
with:
4343
# Version of the OCaml compiler to initialise
4444
ocaml-compiler: ${{ matrix.ocaml-compiler }}

0 commit comments

Comments
 (0)