Update clang-format-action

This commit is contained in:
onexs-xsi
2026-02-28 10:39:48 +08:00
parent 2e57a97a7f
commit 3f84249a51
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.10.2 # Using include-regex 10.x or later
with:
clang-format-version: '13'
clang-format-version: '18'
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}
include-regex: ${{ env.INCLUDE_REGEX }}