From 71deed754a0f9ab44e2c0d45b49870e675409069 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 02:18:29 +0000 Subject: [PATCH] chore(deps): update dependency clang-tidy to v20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f7848f..67f250c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -469,7 +469,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: >