Skip to content

Commit

Permalink
Merge pull request #51 from nikobockerman/renovate/lukka-run-cmake-10.x
Browse files Browse the repository at this point in the history
chore(deps): update lukka/run-cmake action to v10.8
  • Loading branch information
nikobockerman authored Dec 1, 2024
2 parents 56c9b56 + 79eef98 commit b0182d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup CMake project
uses: ./.github/actions/cmake-project-setup
- name: Run CMake workflow
uses: lukka/run-cmake@2ce8982be71b8e9a3c4d5e432135035afd1e76a7 # v10.7
uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
with:
workflowPreset: "${{matrix.workflowPreset}}"
- name: Run aoc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup CMake project
uses: ./.github/actions/cmake-project-setup
- name: Configure CMake project
uses: lukka/run-cmake@2ce8982be71b8e9a3c4d5e432135035afd1e76a7 # v10.7
uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
with:
configurePreset: "${{matrix.configurePreset}}"
- name: Run clang-tidy
Expand Down

0 comments on commit b0182d6

Please sign in to comment.