Skip to content

Commit a881d05

Browse files
chore(deps): update dependency clang-tidy to v20
1 parent a5d7652 commit a881d05

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

+1-1
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==19.1.0.1
509+
pip install clang-tidy==20.1.0
510510
511511
- name: Configure CMake
512512
run: >

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

+1-1
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==19.1.0.1
537+
pip install clang-tidy==20.1.0
538538

539539
- name: Configure CMake
540540
run: >

0 commit comments

Comments
 (0)