From 82b1792488690d51346c9e725ddd0050ffa2e955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 12:28:52 +0000 Subject: [PATCH] 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](https://github.com/ocaml/setup-ocaml/compare/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] --- .github/workflows/workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 12c431e99..afb8b265b 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v4 - name: Set-up OCaml - uses: ocaml/setup-ocaml@v3.0.0-alpha + uses: ocaml/setup-ocaml@v3.0.0-beta with: ocaml-compiler: ${{ matrix.ocaml-compiler }} opam-local-packages: ${{ matrix.local-packages }} @@ -116,10 +116,10 @@ jobs: uses: actions/checkout@v4 - name: Set-up OCaml - uses: ocaml/setup-ocaml@v3.0.0-alpha + uses: ocaml/setup-ocaml@v3.0.0-beta with: ocaml-compiler: "5.2" allow-prerelease-opam: true dune-cache: true - - uses: ocaml/setup-ocaml/lint-opam@v3.0.0-alpha + - uses: ocaml/setup-ocaml/lint-opam@v3.0.0-beta