Skip to content

Commit

Permalink
Merge pull request #352 from smorimoto/setup-ocaml-v3
Browse files Browse the repository at this point in the history
Update ocaml/setup-ocaml to v3
  • Loading branch information
kit-ty-kate authored Jul 2, 2024
2 parents a0ff15f + 1429036 commit 6e2d77c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v3.0.0-beta
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: true

- name: set ocamlversion
run: echo "ocamlversion=$(opam exec -- ocamlc -version)" >> $GITHUB_OUTPUT
run: echo "ocamlversion=$(opam exec -- ocamlc -version)" >>"$GITHUB_OUTPUT"
id: conf
shell: bash

Expand Down

0 comments on commit 6e2d77c

Please sign in to comment.