We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e57a97 commit 3f84249Copy full SHA for 3f84249
1 file changed
.github/workflows/clang-format-check.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Run clang-format style check for C/C++/Protobuf programs.
56
uses: jidicula/clang-format-action@v4.10.2 # Using include-regex 10.x or later
57
with:
58
- clang-format-version: '13'
+ clang-format-version: '18'
59
check-path: ${{ matrix.path['check'] }}
60
exclude-regex: ${{ matrix.path['exclude'] }}
61
include-regex: ${{ env.INCLUDE_REGEX }}
0 commit comments