Skip to content

Commit 5b56854

Browse files
committed
slightly older setup-ocaml
1 parent 7f2df86 commit 5b56854

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/opam.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
submodules: "recursive"
2727

2828
- name: Setup OCaml ${{ matrix.ocaml-compiler }}
29-
uses: ocaml/setup-ocaml@0b8b8c6f352bfdd12fa56b6727eed5990aa22859 # v3.2.10
29+
uses: ocaml/setup-ocaml@0be8cf78003da95bae972c7761cb38f471444787 # v3.0.10
3030
if: ${{ startsWith(matrix.os, 'windows-') }}
3131
with:
3232
ocaml-compiler: ${{ matrix.ocaml-compiler }}
@@ -35,7 +35,7 @@ jobs:
3535
default: https://github.com/ocaml/opam-repository.git
3636
3737
- name: Setup OCaml ${{ matrix.ocaml-compiler }}
38-
uses: ocaml/setup-ocaml@0b8b8c6f352bfdd12fa56b6727eed5990aa22859 # v3.2.10
38+
uses: ocaml/setup-ocaml@0be8cf78003da95bae972c7761cb38f471444787 # v3.0.10
3939
if: ${{ !startsWith(matrix.os, 'windows-') }}
4040
with:
4141
ocaml-compiler: ${{ matrix.ocaml-compiler }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
echo -n "$CHANGES" > CHANGES.md
8585
8686
- name: Setup OCaml
87-
uses: ocaml/setup-ocaml@0b8b8c6f352bfdd12fa56b6727eed5990aa22859 # v3.2.10
87+
uses: ocaml/setup-ocaml@0be8cf78003da95bae972c7761cb38f471444787 # v3.0.10
8888
with:
8989
ocaml-compiler: 4.14.0
9090

0 commit comments

Comments
 (0)