Skip to content

Commit b95a3ac

Browse files
Bump lukka/run-cmake from 3 to 10
Bumps [lukka/run-cmake](https://github.com/lukka/run-cmake) from 3 to 10. - [Release notes](https://github.com/lukka/run-cmake/releases) - [Commits](lukka/run-cmake@v3...v10) --- updated-dependencies: - dependency-name: lukka/run-cmake dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07b11d9 commit b95a3ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python setup.py install --user
5757
5858
- name: build with cmake
59-
uses: lukka/run-cmake@v3
59+
uses: lukka/run-cmake@v10
6060
with:
6161
cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
6262
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'

.github/workflows/keyvi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
key: ${{ matrix.os }}-${{ matrix.type }}
4242

4343
- name: build with cmake
44-
uses: lukka/run-cmake@v3
44+
uses: lukka/run-cmake@v10
4545
with:
4646
cmakeListsOrSettingsJson: CMakeListsTxtAdvanced
4747
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'

0 commit comments

Comments
 (0)