From a881d057a53230e2695a3e93ab6acda8e76d6984 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 00:57:46 +0000 Subject: [PATCH] chore(deps): update dependency clang-tidy to v20 --- .github/workflows/ci.yml | 2 +- .../workflows/ci.yml.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c03731f..6cdd1480 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -506,7 +506,7 @@ jobs: - name: Install latest clang-tidy run: | - pip install clang-tidy==19.1.0.1 + pip install clang-tidy==20.1.0 - name: Configure CMake run: > diff --git a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja index fa55b896..74935674 100644 --- a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja @@ -534,7 +534,7 @@ jobs: - name: Install latest clang-tidy run: | - pip install clang-tidy==19.1.0.1 + pip install clang-tidy==20.1.0 - name: Configure CMake run: >