Skip to content

Commit

Permalink
Bump ocaml/setup-ocaml from 2 to 3
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 1d1d3f8.
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent 49faca9 commit a4a5abc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
with:
submodules: recursive
- name: Set up OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- name: opam install deps
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
with:
submodules: recursive
- name: Set up OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- name: echo build params
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coq-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
submodules: recursive
- name: Set up OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coq-opam-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Set up OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.os.ocaml-compiler }}
opam-repositories: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coq-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
python-version: 3.x
- name: Set up OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.13.1
opam-repositories: |
Expand Down

0 comments on commit a4a5abc

Please sign in to comment.