From 353206368657fd12b8c22b82eda8f0c20db0af16 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Mon, 28 Oct 2024 14:55:50 +0800 Subject: [PATCH] Initial --- .github/workflows/unittest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index c28ed87449d6..7f64e9a36e78 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -62,8 +62,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v3.5.1 + uses: jidicula/clang-format-action@v4.10.0 with: - clang-format-version: '12' + clang-format-version: '15' check-path: ${{ matrix.path['check'] }} exclude-regex: ${{ matrix.path['exclude'] }}