Skip to content

Commit d8fbde3

Browse files
dependabot[bot]JasonGross
authored andcommitted
Bump ocaml/setup-ocaml from 2 to 3
Bumps [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) from 2 to 3. - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Changelog](https://github.com/ocaml/setup-ocaml/blob/master/CHANGELOG.md) - [Commits](ocaml/setup-ocaml@v2...v3) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a89005 commit d8fbde3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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: |-

.github/workflows/coq-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
python-version: 3.x
4343
- name: Set up OCaml
44-
uses: ocaml/setup-ocaml@v2
44+
uses: ocaml/setup-ocaml@v3
4545
with:
4646
ocaml-compiler: 4.11.1
4747
opam-repositories: |

0 commit comments

Comments
 (0)