From 3d2df3ee5fef581be826a814026083d039dff411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:59:06 +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/prebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index 29f4f5dd..77c21009 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -52,7 +52,7 @@ jobs: sudo apt-get update sudo apt-get install -y libdbus-1-dev - if: contains(matrix.os, 'macos') - uses: jwlawson/actions-setup-cmake@v2.0 + uses: jwlawson/actions-setup-cmake@v2.1 with: cmake-version: '3.21.x' - if: contains(matrix.os, 'windows')