Skip to content

Commit

Permalink
ci: bump version of clang-format action
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Oct 5, 2023
1 parent 664e69c commit 3bc56fa
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 @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.10.1
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '16'
exclude-regex: '(tests\/catch.hpp|benchmarks\/catch.hpp)'
Expand Down

0 comments on commit 3bc56fa

Please sign in to comment.