Skip to content

Commit d67ac1b

Browse files
Bump ocaml/setup-ocaml from 3.0.0.pre.beta to 3.0.0.pre.beta1 (#1635)
Bumps [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) from 3.0.0.pre.beta to 3.0.0.pre.beta1. - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Changelog](https://github.com/ocaml/setup-ocaml/blob/master/CHANGELOG.md) - [Commits](ocaml/setup-ocaml@v3.0.0-beta...v3.0.0-beta1) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab83bc0 commit d67ac1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
node-version: lts/*
8383

8484
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
85-
uses: ocaml/[email protected]beta
85+
uses: ocaml/[email protected]beta1
8686
with:
8787
ocaml-compiler: ${{ matrix.ocaml-compiler }}
8888
allow-prerelease-opam: true
@@ -132,13 +132,13 @@ jobs:
132132
uses: actions/checkout@v4
133133

134134
- name: Set-up OCaml
135-
uses: ocaml/[email protected]beta
135+
uses: ocaml/[email protected]beta1
136136
with:
137137
ocaml-compiler: "5.2"
138138
allow-prerelease-opam: true
139139
dune-cache: true
140140

141-
- uses: ocaml/setup-ocaml/[email protected]beta
141+
- uses: ocaml/setup-ocaml/[email protected]beta1
142142
continue-on-error: true
143143

144144
lint-fmt:
@@ -148,10 +148,10 @@ jobs:
148148
uses: actions/checkout@v4
149149

150150
- name: Set-up OCaml
151-
uses: ocaml/[email protected]beta
151+
uses: ocaml/[email protected]beta1
152152
with:
153153
ocaml-compiler: "5.2"
154154
allow-prerelease-opam: true
155155
dune-cache: true
156156

157-
- uses: ocaml/setup-ocaml/[email protected]beta
157+
- uses: ocaml/setup-ocaml/[email protected]beta1

0 commit comments

Comments
 (0)