1 parent 5391e58 commit 7e3389cCopy full SHA for 7e3389c
1 file changed
.github/workflows/clang-format-check.yml
@@ -14,9 +14,9 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
- name: Run clang-format style check for C/C++/Protobuf programs.
17
- uses: jidicula/clang-format-action@v21.1.0
+ uses: jidicula/clang-format-action@v4.11.0
18
with:
19
- clang-format-version: '13'
+ clang-format-version: '21'
20
check-path: ${{ matrix.path['check'] }}
21
exclude-regex: ${{ matrix.path['exclude'] }}
22
fallback-style: 'Microsoft' # optional
0 commit comments