Skip to content

Commit

Permalink
Fix CI by using setup-ocaml v3 for ocamlformat workflow (#3426)
Browse files Browse the repository at this point in the history
[CI] Use setup-ocaml v3 for ocamlformat workflow
  • Loading branch information
rtjoa authored and glittershark committed Jan 9, 2025
1 parent 4b73423 commit 5ce9f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ocamlformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: 'flambda_backend'

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

Expand Down

0 comments on commit 5ce9f8b

Please sign in to comment.