Skip to content

Commit

Permalink
GitHub Actions: Update clang-format-action to v4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Jun 13, 2024
1 parent 9bb83a0 commit c493c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ 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.13.0
with:
clang-format-version: "16"
check-path: ${{ matrix.path['check'] }}
Expand Down

0 comments on commit c493c7c

Please sign in to comment.