Skip to content

Commit

Permalink
chore(deps): update dependency clang-tidy to v18.1.8 (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
  • Loading branch information
serious-scaffold[bot] authored Jul 18, 2024
1 parent ac05f92 commit 212b5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ jobs:

- name: Install latest clang-tidy
run: |
pip install clang-tidy==18.1.1
pip install clang-tidy==18.1.8
- name: Configure CMake
run: >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ jobs:

- name: Install latest clang-tidy
run: |
pip install clang-tidy==18.1.1
pip install clang-tidy==18.1.8

- name: Configure CMake
run: >
Expand Down

0 comments on commit 212b5d3

Please sign in to comment.