|
45 | 45 | uses: actions/checkout@v4 |
46 | 46 |
|
47 | 47 | - name: Set up OCaml ${{ matrix.ocaml-compiler }} |
48 | | - uses: ocaml/setup-ocaml@v2 |
| 48 | + uses: ocaml/setup-ocaml@v3 |
49 | 49 | with: |
50 | 50 | ocaml-compiler: ${{ matrix.ocaml-compiler }} |
51 | | - opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836) |
52 | 51 |
|
53 | 52 | - name: Install graph-easy # TODO: remove if depext --with-test works |
54 | 53 | if: ${{ matrix.os == 'ubuntu-latest' }} |
@@ -109,7 +108,6 @@ jobs: |
109 | 108 | uses: ocaml/setup-ocaml@v2 |
110 | 109 | with: |
111 | 110 | ocaml-compiler: ${{ matrix.ocaml-compiler }} |
112 | | - opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836) |
113 | 111 |
|
114 | 112 | - name: Install graph-easy # TODO: remove if depext --with-test works |
115 | 113 | if: ${{ matrix.os == 'ubuntu-latest' }} |
@@ -165,7 +163,7 @@ jobs: |
165 | 163 |
|
166 | 164 | - name: Build dev Docker image |
167 | 165 | id: build |
168 | | - uses: docker/build-push-action@v5 |
| 166 | + uses: docker/build-push-action@v6 |
169 | 167 | with: |
170 | 168 | context: . |
171 | 169 | target: dev |
@@ -199,10 +197,9 @@ jobs: |
199 | 197 | uses: actions/checkout@v4 |
200 | 198 |
|
201 | 199 | - name: Set up OCaml ${{ matrix.ocaml-compiler }} |
202 | | - uses: ocaml/setup-ocaml@v2 |
| 200 | + uses: ocaml/setup-ocaml@v3 |
203 | 201 | with: |
204 | 202 | ocaml-compiler: ${{ matrix.ocaml-compiler }} |
205 | | - opam-depext-flags: --with-test # doesn't work (https://github.com/ocaml/opam/issues/5836) |
206 | 203 |
|
207 | 204 | - name: Install graph-easy # TODO: remove if depext --with-test works |
208 | 205 | if: ${{ matrix.os == 'ubuntu-latest' }} |
|
0 commit comments