Skip to content

Commit 87d3274

Browse files
committed
CI: Update ocaml/setup-ocaml to v3
1 parent 4c94d48 commit 87d3274

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/build-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Setup
3131
- name: Setup OCaml ${{ matrix.ocaml-version }}
32-
uses: ocaml/setup-ocaml@v2
32+
uses: ocaml/setup-ocaml@v3
3333
with:
3434
ocaml-compiler: ${{ matrix.ocaml-compiler }}
3535

Diff for: .github/workflows/build-mingw64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
ref: ${{ env.build_ref }}
3939

40-
- uses: ocaml/setup-ocaml@v2
40+
- uses: ocaml/setup-ocaml@v3
4141
with:
4242
ocaml-compiler: 4.14.x
4343
opam-repositories: |

Diff for: .github/workflows/build-others.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Setup
3232
- name: Setup OCaml ${{ matrix.ocaml-version }}
33-
uses: ocaml/setup-ocaml@v2
33+
uses: ocaml/setup-ocaml@v3
3434
with:
3535
ocaml-compiler: ${{ matrix.ocaml-compiler }}
3636
opam-repositories: |

0 commit comments

Comments
 (0)