Skip to content

Commit 3f84249

Browse files
committed
Update clang-format-action
1 parent 2e57a97 commit 3f84249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Run clang-format style check for C/C++/Protobuf programs.
5656
uses: jidicula/clang-format-action@v4.10.2 # Using include-regex 10.x or later
5757
with:
58-
clang-format-version: '13'
58+
clang-format-version: '18'
5959
check-path: ${{ matrix.path['check'] }}
6060
exclude-regex: ${{ matrix.path['exclude'] }}
6161
include-regex: ${{ env.INCLUDE_REGEX }}

0 commit comments

Comments
 (0)