Skip to content

Commit

Permalink
Bump ocaml/setup-ocaml from 3.0.0.pre.beta to 3.0.0.pre.beta1 (#1635)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent ab83bc0 commit d67ac1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
node-version: lts/*

- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/[email protected]beta
uses: ocaml/[email protected]beta1
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: true
Expand Down Expand Up @@ -132,13 +132,13 @@ jobs:
uses: actions/checkout@v4

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

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

lint-fmt:
Expand All @@ -148,10 +148,10 @@ jobs:
uses: actions/checkout@v4

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

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

0 comments on commit d67ac1b

Please sign in to comment.