Skip to content

Commit

Permalink
Upgrade other GitHub ocaml/setup-ocaml actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Jul 25, 2024
1 parent f34cfd3 commit 5cd0d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
run: git diff --exit-code

- name: Lint opam
uses: ocaml/setup-ocaml/lint-opam@v2
uses: ocaml/setup-ocaml/lint-opam@v3

- name: Lint fmt
uses: ocaml/setup-ocaml/lint-fmt@v2
uses: ocaml/setup-ocaml/lint-fmt@v3

- name: Lint doc
uses: ocaml/setup-ocaml/lint-doc@v2
uses: ocaml/setup-ocaml/lint-doc@v3

0 comments on commit 5cd0d47

Please sign in to comment.