Skip to content

Commit

Permalink
Merge pull request #103 from robur-coop/ci_fix
Browse files Browse the repository at this point in the history
Use setup-ocamlv3 in ocamlformat workflow
  • Loading branch information
PizieDust authored Jan 19, 2025
2 parents f16ceb8 + 466ac0d commit 55ea40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: Use OCaml ${{ matrix.ocaml-version }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-version }}

Expand Down

0 comments on commit 55ea40e

Please sign in to comment.