update clang-format

This commit is contained in:
Peter Buchegger 2023-02-10 22:06:53 +01:00
parent a3c25dff0a
commit ecb01f9b90
5 changed files with 6 additions and 10 deletions

View file

@ -46,9 +46,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.5.0
uses: jidicula/clang-format-action@v4.10.2
with:
clang-format-version: '11'
clang-format-version: '14'
check-path: ${{ matrix.path }}
cppcheck: