Skip to content

Commit

Permalink
Merge pull request #94 from ocaml-wasm/dependabot/github_actions/ocam…
Browse files Browse the repository at this point in the history
…l/setup-ocaml-3

Bump ocaml/setup-ocaml from 2 to 3
  • Loading branch information
vouillon authored Oct 4, 2024
2 parents db1de96 + a6c7e89 commit 7cd0e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Install OCaml ${{ matrix.ocaml-compiler }}
if: steps.cache-ocaml.outputs.cache-hit != 'true'
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
Expand Down

0 comments on commit 7cd0e59

Please sign in to comment.