Skip to content

Commit

Permalink
Merge pull request #1023 from ocsigen/dependabot/github_actions/ocaml…
Browse files Browse the repository at this point in the history
…/setup-ocaml-3.0.0.pre.beta

Bump ocaml/setup-ocaml from 3.0.0.pre.alpha to 3.0.0.pre.beta
  • Loading branch information
smorimoto authored Jun 22, 2024
2 parents 8055ea4 + 82b1792 commit bb2a11a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml
uses: ocaml/[email protected]alpha
uses: ocaml/[email protected]beta
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-local-packages: ${{ matrix.local-packages }}
Expand Down Expand Up @@ -116,10 +116,10 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml
uses: ocaml/[email protected]alpha
uses: ocaml/[email protected]beta
with:
ocaml-compiler: "5.2"
allow-prerelease-opam: true
dune-cache: true

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

0 comments on commit bb2a11a

Please sign in to comment.