From 84bbdb9ded5f448f5d4c4ca51b735e3ce789b6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:37:05 +0000 Subject: [PATCH] Bump lukka/get-cmake from 3.30.3 to 3.30.5 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.30.3 to 3.30.5. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.30.3...v3.30.5) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 8284cc5..1f2fa3f 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -93,7 +93,7 @@ jobs: steps: - name: Setup CMake - uses: lukka/get-cmake@v3.30.3 + uses: lukka/get-cmake@v3.30.5 - name: Cache Xerces-C Installation id: cache-xerces @@ -200,7 +200,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Setup CMake - uses: lukka/get-cmake@v3.30.3 + uses: lukka/get-cmake@v3.30.5 - name: Setup Windows environment variables if: matrix.os == 'windows-latest' diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index a611ad6..d036c63 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.30.3 + uses: lukka/get-cmake@v3.30.5 - name: Setup Windows environment variables if: matrix.os == 'windows-latest'