Skip to content

Commit a03f32c

Browse files
authored
Update ocaml/setup-ocaml to v3 (#1636)
Signed-off-by: Sora Morimoto <[email protected]>
1 parent d67ac1b commit a03f32c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7+
labels:
8+
- dependencies
9+
- no changelog

.github/workflows/build.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Set git to use LF
70-
if: runner.ocaml-compiler < 5.2
70+
if: matrix.ocaml-compiler < 5.2
7171
run: |
7272
git config --global core.autocrlf false
7373
git config --global core.eol lf
@@ -82,10 +82,9 @@ jobs:
8282
node-version: lts/*
8383

8484
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
85-
uses: ocaml/setup-ocaml@v3.0.0-beta1
85+
uses: ocaml/setup-ocaml@v3
8686
with:
8787
ocaml-compiler: ${{ matrix.ocaml-compiler }}
88-
allow-prerelease-opam: true
8988
dune-cache: true
9089
opam-pin: false
9190

@@ -132,13 +131,12 @@ jobs:
132131
uses: actions/checkout@v4
133132

134133
- name: Set-up OCaml
135-
uses: ocaml/setup-ocaml@v3.0.0-beta1
134+
uses: ocaml/setup-ocaml@v3
136135
with:
137136
ocaml-compiler: "5.2"
138-
allow-prerelease-opam: true
139137
dune-cache: true
140138

141-
- uses: ocaml/setup-ocaml/lint-opam@v3.0.0-beta1
139+
- uses: ocaml/setup-ocaml/lint-opam@v3
142140
continue-on-error: true
143141

144142
lint-fmt:
@@ -148,10 +146,9 @@ jobs:
148146
uses: actions/checkout@v4
149147

150148
- name: Set-up OCaml
151-
uses: ocaml/setup-ocaml@v3.0.0-beta1
149+
uses: ocaml/setup-ocaml@v3
152150
with:
153151
ocaml-compiler: "5.2"
154-
allow-prerelease-opam: true
155152
dune-cache: true
156153

157-
- uses: ocaml/setup-ocaml/lint-fmt@v3.0.0-beta1
154+
- uses: ocaml/setup-ocaml/lint-fmt@v3

0 commit comments

Comments
 (0)