File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164
164
# matrix.ocaml_compiler may contain commas
165
165
- name : Get OPAM cache key
166
166
shell : bash
167
- run : echo "opam_cache_key=opam-env-v7 -${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('*.opam') }}" | sed 's/,/-/g' >> $GITHUB_ENV
167
+ run : echo "opam_cache_key=opam-env-v8 -${{ matrix.os }}-${{ matrix.ocaml_compiler }}-${{ hashFiles('*.opam') }}" | sed 's/,/-/g' >> $GITHUB_ENV
168
168
169
169
- name : Restore OPAM environment
170
170
id : cache-opam-env
@@ -180,7 +180,7 @@ jobs:
180
180
key : ${{ env.opam_cache_key }}
181
181
182
182
- name : Use OCaml ${{matrix.ocaml_compiler}}
183
- uses : ocaml/setup-ocaml@v3.2.5
183
+ uses : ocaml/setup-ocaml@v3.3.2
184
184
if : steps.cache-opam-env.outputs.cache-hit != 'true'
185
185
with :
186
186
ocaml-compiler : ${{matrix.ocaml_compiler}}
You can’t perform that action at this time.
0 commit comments