From b402a416674e18833c51d5d67d5ae45c90070096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 15:18:59 +0000 Subject: [PATCH] Bump jwlawson/actions-setup-cmake from 2.0 to 2.1 Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from 2.0 to 2.1. - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases) - [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/v2.0...v2.1) --- updated-dependencies: - dependency-name: jwlawson/actions-setup-cmake dependency-version: '2.1' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index bafc792..5466f66 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Setup cmake - uses: jwlawson/actions-setup-cmake@v2.0 + uses: jwlawson/actions-setup-cmake@v2.1 with: cmake-version: "3.25.x" - name: Configure CMake