Skip to content

Commit a6c7e89

Browse files
Bump ocaml/setup-ocaml from 2 to 3
Bumps [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) from 2 to 3. - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Changelog](https://github.com/ocaml/setup-ocaml/blob/master/CHANGELOG.md) - [Commits](ocaml/setup-ocaml@v2...v3) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db1de96 commit a6c7e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Install OCaml ${{ matrix.ocaml-compiler }}
8585
if: steps.cache-ocaml.outputs.cache-hit != 'true'
86-
uses: ocaml/setup-ocaml@v2
86+
uses: ocaml/setup-ocaml@v3
8787
with:
8888
ocaml-compiler: ${{ matrix.ocaml-compiler }}
8989
dune-cache: true

0 commit comments

Comments
 (0)