From 80c4b08f3bc6d0f9f1165b038d441301ca643ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:51:54 +0000 Subject: [PATCH] build(deps): bump jwlawson/actions-setup-cmake from 2.1.1 to 2.2.0 Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases) - [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/3a6cbe35ba64df7ca70c51365c4aff65db9a9037...0d6a7d60b009d01c9e7523be22153ff8f19460d3) --- updated-dependencies: - dependency-name: jwlawson/actions-setup-cmake dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 552b404f..87f11c7d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: path: src - name: Setup cmake - uses: jwlawson/actions-setup-cmake@3a6cbe35ba64df7ca70c51365c4aff65db9a9037 # v2.1.1 + uses: jwlawson/actions-setup-cmake@0d6a7d60b009d01c9e7523be22153ff8f19460d3 # v2.2.0 with: cmake-version: 3.20.6