Skip to content

Commit 43e3761

Browse files
Bump ocaml/setup-ocaml from 3.4.8 to 3.5.0
Bumps [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) from 3.4.8 to 3.5.0. - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Commits](ocaml/setup-ocaml@dec6499...6feb50d) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1a11f4 commit 43e3761

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout tree
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
- name: Set-up OCaml
19-
uses: ocaml/setup-ocaml@dec6499fef64fc5d7ed43d43a87251b7b1c306f5 # v3.4.8
19+
uses: ocaml/setup-ocaml@6feb50d340ce0fb56d35cefca7ae674c70cfd986 # v3.5.0
2020
with:
2121
ocaml-compiler: 4
2222
- name: Set-up Mise
@@ -38,18 +38,18 @@ jobs:
3838
- name: Checkout tree
3939
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040
- name: Set-up OCaml
41-
uses: ocaml/setup-ocaml@dec6499fef64fc5d7ed43d43a87251b7b1c306f5 # v3.4.8
41+
uses: ocaml/setup-ocaml@6feb50d340ce0fb56d35cefca7ae674c70cfd986 # v3.5.0
4242
with:
4343
ocaml-compiler: 4
44-
- uses: ocaml/setup-ocaml/lint-fmt@dec6499fef64fc5d7ed43d43a87251b7b1c306f5 # v3.4.8
44+
- uses: ocaml/setup-ocaml/lint-fmt@6feb50d340ce0fb56d35cefca7ae674c70cfd986 # v3.5.0
4545

4646
lint-opam:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Checkout tree
5050
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151
- name: Set-up OCaml
52-
uses: ocaml/setup-ocaml@dec6499fef64fc5d7ed43d43a87251b7b1c306f5 # v3.4.8
52+
uses: ocaml/setup-ocaml@6feb50d340ce0fb56d35cefca7ae674c70cfd986 # v3.5.0
5353
with:
5454
ocaml-compiler: 4
55-
- uses: ocaml/setup-ocaml/lint-opam@dec6499fef64fc5d7ed43d43a87251b7b1c306f5 # v3.4.8
55+
- uses: ocaml/setup-ocaml/lint-opam@6feb50d340ce0fb56d35cefca7ae674c70cfd986 # v3.5.0

0 commit comments

Comments
 (0)