Skip to content

Commit 5dd1b6f

Browse files
committed
ci: update clang-format-lint
1 parent c3eda79 commit 5dd1b6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-clang-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77

88
steps:
99
- uses: actions/checkout@v4
10-
- uses: DoozyX/clang-format-lint-action@v0.16
10+
- uses: DoozyX/clang-format-lint-action@v0.16.2
1111
with:
1212
source: '.'
1313
exclude: './third_party ./external'
1414
extensions: 'h,cpp,hpp'
15-
clangFormatVersion: 12
15+
clangFormatVersion: 16
1616
inplace: True
1717
- uses: EndBug/add-and-commit@v9
1818
with:

0 commit comments

Comments
 (0)