Skip to content

Commit

Permalink
chore(deps): update lukka/run-cmake action to v10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 56c9b56 commit 79eef98
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 79eef98

Please sign in to comment.