Skip to content

Commit

Permalink
Bump lukka/get-cmake from 3.29.3 to 3.30.2
Browse files Browse the repository at this point in the history
Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.29.3 to 3.30.2.
- [Release notes](https://github.com/lukka/get-cmake/releases)
- [Commits](lukka/get-cmake@v3.29.3...v3.30.2)

---
updated-dependencies:
- dependency-name: lukka/get-cmake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 114d27b commit 33eb009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Setup CMake
uses: lukka/get-cmake@v3.29.3
uses: lukka/get-cmake@v3.30.2

- name: Cache Xerces-C Installation
id: cache-xerces
Expand Down Expand Up @@ -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.2

- name: Setup Windows environment variables
if: matrix.os == 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2

- name: Setup Windows environment variables
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 33eb009

Please sign in to comment.