Skip to content

Commit

Permalink
[ci] Bump remaining action files to ocaml v3
Browse files Browse the repository at this point in the history
  • Loading branch information
maranget committed Dec 22, 2024
1 parent 6c5a682 commit 9821406
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-build-www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run-litmus-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Run Litmus X86_64

on:
pull_request:
schedule:
- cron: '0 10 * * 0'

Expand All @@ -21,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: |
Expand Down

0 comments on commit 9821406

Please sign in to comment.