From cf5eb50509ac72bfe0800b3ddc3e7f8689f3d996 Mon Sep 17 00:00:00 2001 From: Will Hoy Date: Tue, 3 Mar 2026 17:28:20 +0000 Subject: [PATCH] bump clang-format to 21 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1adff17c..0faca55e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,9 +55,9 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.11.0 + uses: jidicula/clang-format-action@v4.16.0 with: - clang-format-version: '20' + clang-format-version: '21' check-path: ${{ matrix.path }} Linting: