We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2dab8 commit 46eafd5Copy full SHA for 46eafd5
1 file changed
.github/workflows/clang-format-check.yml
@@ -53,9 +53,9 @@ jobs:
53
ref: ${{ github.event.pull_request.head.sha }}
54
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
+ uses: jidicula/clang-format-action@v4.14.0
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