From dcaa912a4c995d16511624e169f9b5992998f6e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 21:35:17 +0200 Subject: [PATCH] build(deps): bump iterative/setup-cml from 1 to 2 (#472) Bumps [iterative/setup-cml](https://github.com/iterative/setup-cml) from 1 to 2. - [Release notes](https://github.com/iterative/setup-cml/releases) - [Commits](https://github.com/iterative/setup-cml/compare/v1...v2) --- updated-dependencies: - dependency-name: iterative/setup-cml 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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10619fbd..3e81e483 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -321,7 +321,7 @@ jobs: contents: write id-token: write steps: - - uses: iterative/setup-cml@v1 + - uses: iterative/setup-cml@v2 - uses: actions/setup-python@v4 with: python-version: "3.10"