Skip to content

Commit 328e626

Browse files
rtjoaglittershark
authored andcommitted
Fix CI by using setup-ocaml v3 for ocamlformat workflow (#3426)
[CI] Use setup-ocaml v3 for ocamlformat workflow
1 parent 8347e2a commit 328e626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ocamlformat.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path: 'flambda_backend'
2222

2323
- name: Setup OCaml ${{ matrix.ocaml-compiler }}
24-
uses: ocaml/setup-ocaml@v2
24+
uses: ocaml/setup-ocaml@v3
2525
with:
2626
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2727

0 commit comments

Comments
 (0)