Skip to content

Commit

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

Bump ocaml/setup-ocaml from 3.0.0.pre.beta to 3.0.0.pre.beta1
  • Loading branch information
smorimoto authored Jul 1, 2024
2 parents bb2a11a + d66a862 commit 4a251f6
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]beta
uses: ocaml/[email protected]beta1
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]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 4a251f6

Please sign in to comment.