GH Actions: Update clang-format action to latest version

pull/424/head
micasnyd 3 years ago committed by Micah Snyder
parent 140c88aa4e
commit 1fbf6ae4f0
  1. 4
      .github/workflows/clang-format.yml

@ -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'] }}

Loading…
Cancel
Save