Skip to content

Commit

Permalink
Update Github action to use setup-ocaml@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jan 16, 2025
1 parent d0235d7 commit 460649b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml ${{ matrix.ocaml-version }}
uses: ocaml/setup-ocaml@v3.0.0-beta
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-version }}
allow-prerelease-opam: true
Expand Down

0 comments on commit 460649b

Please sign in to comment.