Skip to content

Commit bb2a11a

Browse files
authored
Merge pull request #1023 from ocsigen/dependabot/github_actions/ocaml/setup-ocaml-3.0.0.pre.beta
Bump ocaml/setup-ocaml from 3.0.0.pre.alpha to 3.0.0.pre.beta
2 parents 8055ea4 + 82b1792 commit bb2a11a

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)