update clang-format-action

This commit is contained in:
Peter Buchegger 2022-02-17 22:04:14 +01:00
parent 367ccd61ec
commit 0b8e1363fb

View file

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