Skip to content

Commit

Permalink
CI: bump up images
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Jan 7, 2025
1 parent d038f4c commit fd9e916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use OCaml "4.14.0"
uses: avsm/setup-ocaml@v1
uses: ocaml/setup-ocaml@v3
with:
ocaml-version: 4.14.0
ocaml-compiler: "4.14.0"

- name: Build Documentation
run: |
Expand Down

0 comments on commit fd9e916

Please sign in to comment.