Skip to content

Commit b7aa841

Browse files
authored
setup-ocaml 3.3.2 (#7463)
1 parent ca03c17 commit b7aa841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)