From 7d0f2850cc383b07cfaa8647c98cedf6985256fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:25:15 +0000 Subject: [PATCH] Bump lukka/get-cmake from 3.29.3 to 3.30.1 Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.29.3 to 3.30.1. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.29.3...v3.30.1) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-minor ... 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 e9ac179..6153c28 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.3 + uses: lukka/get-cmake@v3.30.1 - 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.3 + uses: lukka/get-cmake@v3.30.1 - name: Setup Windows environment variables if: matrix.os == 'windows-latest' diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 8406e69..4d0c2b4 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.3 + uses: lukka/get-cmake@v3.30.1 - name: Setup Windows environment variables if: matrix.os == 'windows-latest'