Skip to content

Commit 2f26964

Browse files
Bump ocaml/setup-ocaml from 2 to 3 (#1925)
* Bump ocaml/setup-ocaml from 2 to 3 Dependabot couldn't find the original pull request head commit, 1d1d3f8. * revert to setup-ocaml@v2 on Windows v3 doesn't seem to be working yet --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jason Gross <[email protected]>
1 parent ea350ff commit 2f26964

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/coq-docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
with:
209209
submodules: recursive
210210
- name: Set up OCaml
211-
uses: ocaml/setup-ocaml@v2
211+
uses: ocaml/setup-ocaml@v3
212212
with:
213213
ocaml-compiler: ${{ matrix.ocaml-compiler }}
214214
- name: opam install deps
@@ -257,7 +257,7 @@ jobs:
257257
with:
258258
submodules: recursive
259259
- name: Set up OCaml
260-
uses: ocaml/setup-ocaml@v2
260+
uses: ocaml/setup-ocaml@v3
261261
with:
262262
ocaml-compiler: ${{ matrix.ocaml-compiler }}
263263
- name: echo build params

.github/workflows/coq-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
submodules: recursive
4747
- name: Set up OCaml
48-
uses: ocaml/setup-ocaml@v2
48+
uses: ocaml/setup-ocaml@v3
4949
with:
5050
ocaml-compiler: ${{ matrix.ocaml-compiler }}
5151

.github/workflows/coq-opam-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Set up OCaml
46-
uses: ocaml/setup-ocaml@v2
46+
uses: ocaml/setup-ocaml@v3
4747
with:
4848
ocaml-compiler: ${{ matrix.os.ocaml-compiler }}
4949
opam-repositories: |-

0 commit comments

Comments
 (0)