Skip to content

Commit

Permalink
Update clang-format-action to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat2004 committed Jan 4, 2022
1 parent bb9922e commit eb3c448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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: '.'
check-path: '.'

0 comments on commit eb3c448

Please sign in to comment.