From 114d27b4fa086df32e7c01dca0ab6dfd170e2ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 11:08:38 +0200 Subject: [PATCH] Bump lukka/get-cmake from 3.29.2 to 3.29.3 (#44) Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.29.2 to 3.29.3. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.29.2...v3.29.3) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-test.yaml | 4 ++-- .github/workflows/wheels.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 431f556..e9ac179 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -48,7 +48,7 @@ jobs: steps: - name: Setup CMake - uses: lukka/get-cmake@v3.29.2 + uses: lukka/get-cmake@v3.29.3 - name: Cache Xerces-C Installation id: cache-xerces @@ -142,7 +142,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup CMake - uses: lukka/get-cmake@v3.29.2 + uses: lukka/get-cmake@v3.29.3 - name: Setup Windows environment variables if: matrix.os == 'windows-latest' diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index bb35a2b..8406e69 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -127,7 +127,7 @@ jobs: uses: actions/checkout@v4 - name: Setup CMake - uses: lukka/get-cmake@v3.29.2 + uses: lukka/get-cmake@v3.29.3 - name: Setup Windows environment variables if: matrix.os == 'windows-latest'