Skip to content

Commit

Permalink
Bump avsm/setup-ocaml from 1 to 3
Browse files Browse the repository at this point in the history
Bumps [avsm/setup-ocaml](https://github.com/avsm/setup-ocaml) from 1 to 3.
- [Release notes](https://github.com/avsm/setup-ocaml/releases)
- [Changelog](https://github.com/ocaml/setup-ocaml/blob/master/CHANGELOG.md)
- [Commits](ocaml/setup-ocaml@v1...v3)

---
updated-dependencies:
- dependency-name: avsm/setup-ocaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent bf72b8c commit 9f2ae44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
opam-${{env.OCAML_COMILER_VERSION}}-
- name: Set up OCaml
uses: avsm/setup-ocaml@v1
uses: avsm/setup-ocaml@v3
with:
ocaml-version: ${{env.OCAML_COMILER_VERSION}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
opam-${{env.OCAML_COMILER_VERSION}}-
- name: Set up OCaml
uses: avsm/setup-ocaml@v1
uses: avsm/setup-ocaml@v3
with:
ocaml-version: ${{env.OCAML_COMILER_VERSION}}
- run: opam list

0 comments on commit 9f2ae44

Please sign in to comment.