Skip to content

Commit e2ae06a

Browse files
committed
GH: use higher version of ocaml for github actions
1 parent 1680afc commit e2ae06a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dune.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- "5.1.1"
1717
steps:
1818
- uses: actions/checkout@v1
19-
- uses: ocaml/setup-ocaml@v2
19+
- uses: ocaml/setup-ocaml@v3
2020
with:
2121
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2222
- name: Install dependencies

.github/workflows/makefiles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- "4.14.1"
1515
steps:
1616
- uses: actions/checkout@v1
17-
- uses: ocaml/setup-ocaml@v2
17+
- uses: ocaml/setup-ocaml@v3
1818
with:
1919
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2020
- name: Install dependencies

0 commit comments

Comments
 (0)