GH Actions: Update clang-format action to latest version

This commit is contained in:
micasnyd 2022-01-06 17:03:55 -08:00 committed by Micah Snyder
parent 140c88aa4e
commit 1fbf6ae4f0

View file

@ -58,8 +58,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v3.4.0
uses: jidicula/clang-format-action@v4.4.1
with:
clang-format-version: "10"
clang-format-version: "11"
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}