From e119c8cee3647e1d17fa6fdaf1bb6129f42927bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:14:31 +0200 Subject: [PATCH] Bump avsm/setup-ocaml from 2 to 3 (#1125) Bumps [avsm/setup-ocaml](https://github.com/avsm/setup-ocaml) from 2 to 3. - [Release notes](https://github.com/avsm/setup-ocaml/releases) - [Changelog](https://github.com/ocaml/setup-ocaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/avsm/setup-ocaml/compare/v2...v3) --- updated-dependencies: - dependency-name: avsm/setup-ocaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3cee9e09..cb9075934 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: path: ~/.opam key: ${{ runner.os }}-ocaml-${{ matrix.ocaml-version }} - name: setting up opam ... - uses: avsm/setup-ocaml@v2 + uses: avsm/setup-ocaml@v3 with: ocaml-compiler: ${{ matrix.ocaml-version }} - name: installing dependencies ...