Skip to content

Commit

Permalink
Bump lukka/get-cmake from 3.29.2 to 3.29.3 (#44)
Browse files Browse the repository at this point in the history
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](lukka/get-cmake@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 9, 2024
1 parent 710713a commit 114d27b
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.2
uses: lukka/get-cmake@v3.29.3

- 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.2
uses: lukka/get-cmake@v3.29.3

- 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.2
uses: lukka/get-cmake@v3.29.3

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

0 comments on commit 114d27b

Please sign in to comment.