Update clang-format.yml

This commit is contained in:
Jordan Bayles 2024-09-09 16:56:02 -07:00 committed by GitHub
parent cc28be0590
commit 4290915354
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,5 +15,5 @@ jobs:
- name: runs clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: '13'
clang-format-version: '18'
check-path: ${{ matrix.path }}