Skip to content

Commit 46599e7

Browse files
authored
Merge pull request #1532 from goblint/dependabot/github_actions/ocaml/setup-ocaml-3
Bump ocaml/setup-ocaml from 2 to 3
2 parents d7833ec + d1663cf commit 46599e7

File tree

5 files changed

+9
-15
lines changed

5 files changed

+9
-15
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
# otherwise setup-ocaml pins non-locked dependencies
3636
# https://github.com/ocaml/setup-ocaml/issues/166
3737
OPAMLOCKED: locked
38-
uses: ocaml/setup-ocaml@v2
38+
uses: ocaml/setup-ocaml@v3
3939
with:
4040
ocaml-compiler: ${{ matrix.ocaml-compiler }}
41-
opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
4241

4342
- name: Install graph-easy # TODO: remove if depext --with-test works
4443
if: ${{ matrix.os == 'ubuntu-latest' }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# otherwise setup-ocaml pins non-locked dependencies
3636
# https://github.com/ocaml/setup-ocaml/issues/166
3737
OPAMLOCKED: locked
38-
uses: ocaml/setup-ocaml@v2
38+
uses: ocaml/setup-ocaml@v3
3939
with:
4040
ocaml-compiler: ${{ matrix.ocaml-compiler }}
4141

.github/workflows/indentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Set up OCaml ${{ matrix.ocaml-compiler }}
28-
uses: ocaml/setup-ocaml@v2
28+
uses: ocaml/setup-ocaml@v3
2929
with:
3030
ocaml-compiler: ${{ matrix.ocaml-compiler }}
3131

.github/workflows/locked.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
# otherwise setup-ocaml pins non-locked dependencies
3838
# https://github.com/ocaml/setup-ocaml/issues/166
3939
OPAMLOCKED: locked
40-
uses: ocaml/setup-ocaml@v2
40+
uses: ocaml/setup-ocaml@v3
4141
with:
4242
ocaml-compiler: ${{ matrix.ocaml-compiler }}
43-
opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
4443

4544
- name: Install graph-easy # TODO: remove if depext --with-test works
4645
if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -87,10 +86,9 @@ jobs:
8786
# otherwise setup-ocaml pins non-locked dependencies
8887
# https://github.com/ocaml/setup-ocaml/issues/166
8988
OPAMLOCKED: locked
90-
uses: ocaml/setup-ocaml@v2
89+
uses: ocaml/setup-ocaml@v3
9190
with:
9291
ocaml-compiler: ${{ matrix.ocaml-compiler }}
93-
opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
9492

9593
- name: Install graph-easy # TODO: remove if depext --with-test works
9694
if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -132,7 +130,7 @@ jobs:
132130
# otherwise setup-ocaml pins non-locked dependencies
133131
# https://github.com/ocaml/setup-ocaml/issues/166
134132
OPAMLOCKED: locked
135-
uses: ocaml/setup-ocaml@v2
133+
uses: ocaml/setup-ocaml@v3
136134
with:
137135
ocaml-compiler: ${{ matrix.ocaml-compiler }}
138136

.github/workflows/unlocked.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ jobs:
4545
uses: actions/checkout@v4
4646

4747
- name: Set up OCaml ${{ matrix.ocaml-compiler }}
48-
uses: ocaml/setup-ocaml@v2
48+
uses: ocaml/setup-ocaml@v3
4949
with:
5050
ocaml-compiler: ${{ matrix.ocaml-compiler }}
51-
opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
5251

5352
- name: Install graph-easy # TODO: remove if depext --with-test works
5453
if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -106,10 +105,9 @@ jobs:
106105
uses: actions/checkout@v4
107106

108107
- name: Set up OCaml ${{ matrix.ocaml-compiler }}
109-
uses: ocaml/setup-ocaml@v2
108+
uses: ocaml/setup-ocaml@v3
110109
with:
111110
ocaml-compiler: ${{ matrix.ocaml-compiler }}
112-
opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
113111

114112
- name: Install graph-easy # TODO: remove if depext --with-test works
115113
if: ${{ matrix.os == 'ubuntu-latest' }}
@@ -199,10 +197,9 @@ jobs:
199197
uses: actions/checkout@v4
200198

201199
- name: Set up OCaml ${{ matrix.ocaml-compiler }}
202-
uses: ocaml/setup-ocaml@v2
200+
uses: ocaml/setup-ocaml@v3
203201
with:
204202
ocaml-compiler: ${{ matrix.ocaml-compiler }}
205-
opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836)
206203

207204
- name: Install graph-easy # TODO: remove if depext --with-test works
208205
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)