File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,12 +160,12 @@ jobs:
160
160
with :
161
161
# See https://github.com/ocaml/setup-ocaml/blob/b2105f9/packages/setup-ocaml/src/unix.ts#L9
162
162
packages : bubblewrap darcs g++-multilib gcc-multilib mercurial musl-tools rsync
163
- version : v1
163
+ version : v2
164
164
165
165
# matrix.ocaml_compiler may contain commas
166
166
- name : Get OPAM cache key
167
167
shell : bash
168
- run : echo "opam_cache_key=opam-env-v1 -${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV
168
+ run : echo "opam_cache_key=opam-env-v2 -${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('dune-project') }}" | sed 's/,/-/g' >> $GITHUB_ENV
169
169
170
170
- name : Restore OPAM environment
171
171
id : cache-opam-env
@@ -181,7 +181,7 @@ jobs:
181
181
key : ${{ env.opam_cache_key }}
182
182
183
183
- name : Use OCaml ${{matrix.ocaml_compiler}}
184
- uses : ocaml/setup-ocaml@v3.0.0
184
+ uses : ocaml/setup-ocaml@v3.0.7
185
185
if : steps.cache-opam-env.outputs.cache-hit != 'true'
186
186
with :
187
187
opam-repositories : |
You can’t perform that action at this time.
0 commit comments