Skip to content

Commit

Permalink
Bump actions versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Feb 22, 2025
1 parent be35f2e commit 46141f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
os: [ubuntu-latest, macos-latest]
ocaml-compiler:
- 4.14
- 5.1
- 5.3
include:
- ocaml-compiler: 5.1
- ocaml-compiler: 5.3
os: ubuntu-latest
upload-doc: true
steps:
- name: Checkout code
uses: actions/checkout@v3

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

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: actions/checkout@v3

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

- name: Install locally
run: opam install . --deps-only --with-doc
Expand All @@ -37,10 +37,10 @@ jobs:
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v4
with:
path: _build/default/_doc/_html

- name: Deploy odoc to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 46141f4

Please sign in to comment.