File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 # matrix.ocaml_compiler may contain commas
165165 - name : Get OPAM cache key
166166 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
168168
169169 - name : Restore OPAM environment
170170 id : cache-opam-env
@@ -180,7 +180,7 @@ jobs:
180180 key : ${{ env.opam_cache_key }}
181181
182182 - name : Use OCaml ${{matrix.ocaml_compiler}}
183- uses : ocaml/setup-ocaml@v3.2.5
183+ uses : ocaml/setup-ocaml@v3.3.2
184184 if : steps.cache-opam-env.outputs.cache-hit != 'true'
185185 with :
186186 ocaml-compiler : ${{matrix.ocaml_compiler}}
You can’t perform that action at this time.
0 commit comments