Skip to content

Commit 82b1792

Browse files
Bump ocaml/setup-ocaml from 3.0.0.pre.alpha to 3.0.0.pre.beta
Bumps [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) from 3.0.0.pre.alpha to 3.0.0.pre.beta. - [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-alpha...v3.0.0-beta) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8055ea4 commit 82b1792

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v4
8282

8383
- name: Set-up OCaml
84-
uses: ocaml/[email protected]alpha
84+
uses: ocaml/[email protected]beta
8585
with:
8686
ocaml-compiler: ${{ matrix.ocaml-compiler }}
8787
opam-local-packages: ${{ matrix.local-packages }}
@@ -116,10 +116,10 @@ jobs:
116116
uses: actions/checkout@v4
117117

118118
- name: Set-up OCaml
119-
uses: ocaml/[email protected]alpha
119+
uses: ocaml/[email protected]beta
120120
with:
121121
ocaml-compiler: "5.2"
122122
allow-prerelease-opam: true
123123
dune-cache: true
124124

125-
- uses: ocaml/setup-ocaml/[email protected]alpha
125+
- uses: ocaml/setup-ocaml/[email protected]beta

0 commit comments

Comments
 (0)