Skip to content

Commit 44a158e

Browse files
committed
chore(ci): update clang format version used in CI
1 parent 4ea6ebc commit 44a158e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run clang-format style check for C/C++/Protobuf programs.
4747
uses: jidicula/clang-format-action@6cd220de46c89139a0365edae93eee8eb30ca8fe # v4.16.0
4848
with:
49-
clang-format-version: '13'
49+
clang-format-version: '19'
5050
check-path: ${{ matrix.path }}
5151
fallback-style: 'Mozilla' # optional
5252

0 commit comments

Comments
 (0)