Skip to content

Commit

Permalink
Bump actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Feb 24, 2025
1 parent 692070e commit e1ac4b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5.00
ocaml-compiler: 5.3
- name: Pin locally
run: opam pin -y add -n .
- name: Install locally
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5.00
ocaml-compiler: 5.3
- name: Install required packages
run: sudo apt install ffmpeg
- name: Pin package
Expand Down

0 comments on commit e1ac4b9

Please sign in to comment.