Use newest version of clang format action
Some checks failed
clang-format Check / Formatting Check (map[check:main/src]) (push) Failing after 5s

This commit is contained in:
Andreas Tsouchlos 2023-11-26 19:09:00 +01:00
parent 8fc5c0ead6
commit a84ad5b430

View File

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.10.2
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '13'
check-path: ${{ matrix.path['check'] }}