From 6931ec62f648eead7dab74b93eb3ca4eacd5cdf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:27:17 +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/build-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 83e97ae9..d0ca93f9 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -30,7 +30,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.16.x' - name: Build native libraries