Skip to content

Commit

Permalink
Update ocaml/setup-ocaml to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Jul 2, 2024
1 parent 4a251f6 commit fe5d44b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3.0.0-beta1
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-local-packages: ${{ matrix.local-packages }}
Expand Down Expand Up @@ -116,10 +116,10 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3.0.0-beta1
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: "5.2"
allow-prerelease-opam: true
dune-cache: true

- uses: ocaml/setup-ocaml/lint-opam@v3.0.0-beta1
- uses: ocaml/setup-ocaml/lint-opam@v3

0 comments on commit fe5d44b

Please sign in to comment.