Skip to content

Commit fada9ef

Browse files
[ci] Upgrade clang-format version
1 parent ec061dd commit fada9ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/style-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Run clang-format style check for C/C++ programs.
13-
uses: jidicula/clang-format-action@v4.11.0
13+
uses: jidicula/clang-format-action@v4.16.0
1414
with:
15-
clang-format-version: '17'
15+
clang-format-version: '21'
1616
exclude-regex: 'doctest.h'
1717
inlining-check:
1818
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)