Skip to content

Commit

Permalink
Update clang-format GH action package
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Jan 10, 2022
1 parent db7f1d9 commit 6737688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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: "11"
check-path: ${{ matrix.path['check'] }}
Expand Down

0 comments on commit 6737688

Please sign in to comment.