Skip to content

Commit

Permalink
clang-format: upgrade to version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Jan 10, 2024
1 parent 81449c5 commit c4eac44
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 @@ -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@v4.4.1
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: "14"
clang-format-version: "16"
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}

0 comments on commit c4eac44

Please sign in to comment.