From a25b29c642688d6f72de8ba38d9666fc0debf0f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:13:22 +0000 Subject: [PATCH] Bump jwlawson/actions-setup-cmake from 1.13 to 2.0 Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from 1.13 to 2.0. - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases) - [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/v1.13...v2.0) --- updated-dependencies: - dependency-name: jwlawson/actions-setup-cmake dependency-version: '2.0' dependency-type: direct:production update-type: version-update:semver-major ... 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 1b7910a..041cb7e 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@v1.13 + uses: jwlawson/actions-setup-cmake@v2.0 with: cmake-version: "3.25.x" - name: Configure CMake