Skip to content

Commit c3593bc

Browse files
committed
[CI] Update setup-ocaml action
1 parent a857b5b commit c3593bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424

2525
- name: setup ocaml
26-
uses: avsm/setup-ocaml@v3
26+
uses: ocaml/setup-ocaml@v3
2727
with:
2828
ocaml-compiler: 4.14.2
2929

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fetch-tags: 'true'
6464

6565
- name: Use OCaml 4.14.x
66-
uses: avsm/setup-ocaml@v3
66+
uses: ocaml/setup-ocaml@v3
6767
with:
6868
ocaml-compiler: 4.14.x
6969
opam-local-packages: |

0 commit comments

Comments
 (0)