Skip to content

Commit 460649b

Browse files
committed
Update Github action to use setup-ocaml@v3
1 parent d0235d7 commit 460649b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Set-up OCaml ${{ matrix.ocaml-version }}
35-
uses: ocaml/setup-ocaml@v3.0.0-beta
35+
uses: ocaml/setup-ocaml@v3
3636
with:
3737
ocaml-compiler: ${{ matrix.ocaml-version }}
3838
allow-prerelease-opam: true

0 commit comments

Comments
 (0)