Skip to content

Commit 0a839ff

Browse files
chore(deps): update dependency clang-tidy to v21
1 parent 8e10af5 commit 0a839ff

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • template/[% if repo_platform == 'github' %].github[% endif %]/workflows

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ jobs:
506506

507507
- name: Install latest clang-tidy
508508
run: |
509-
pip install clang-tidy==20.1.0
509+
pip install clang-tidy==21.1.6
510510
511511
- name: Configure CMake
512512
run: >

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ jobs:
534534

535535
- name: Install latest clang-tidy
536536
run: |
537-
pip install clang-tidy==20.1.0
537+
pip install clang-tidy==21.1.6
538538

539539
- name: Configure CMake
540540
run: >

0 commit comments

Comments
 (0)