Skip to content

Commit 7cd0e59

Browse files
authored
Merge pull request #94 from ocaml-wasm/dependabot/github_actions/ocaml/setup-ocaml-3
Bump ocaml/setup-ocaml from 2 to 3
2 parents db1de96 + a6c7e89 commit 7cd0e59

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)