Skip to content

Commit ee8092a

Browse files
authored
setup-ocaml 3.0.15 (#7164)
1 parent f969c05 commit ee8092a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118

119119
env:
120120
# setup-ocaml opam version cannot be configured
121-
# we do track its version mannually
122-
OPAM_VERSION: 2.2.0
121+
# we do track its version manually
122+
OPAM_VERSION: 2.3.0
123123
DUNE_PROFILE: release
124124

125125
steps:
@@ -151,7 +151,7 @@ jobs:
151151
# matrix.ocaml_compiler may contain commas
152152
- name: Get OPAM cache key
153153
shell: bash
154-
run: echo "opam_cache_key=opam-env-v4-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV
154+
run: echo "opam_cache_key=opam-env-v5-${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV
155155

156156
- name: Restore OPAM environment
157157
id: cache-opam-env
@@ -167,7 +167,7 @@ jobs:
167167
key: ${{ env.opam_cache_key }}
168168

169169
- name: Use OCaml ${{matrix.ocaml_compiler}}
170-
uses: ocaml/setup-ocaml@v3.0.7
170+
uses: ocaml/setup-ocaml@v3.0.15
171171
if: steps.cache-opam-env.outputs.cache-hit != 'true'
172172
with:
173173
ocaml-compiler: ${{matrix.ocaml_compiler}}

0 commit comments

Comments
 (0)