Skip to content

Commit 01ce421

Browse files
dependabot[bot]JasonGross
authored andcommitted
Bump ocaml/setup-ocaml from 2 to 3 (#62)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d248a7d commit 01ce421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.13.1
4747
opam-repositories: |

0 commit comments

Comments
 (0)