We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83dba2c commit 153e944Copy full SHA for 153e944
.github/workflows/clang-format-check.yml
@@ -63,7 +63,7 @@ jobs:
63
ref: ${{ github.event.pull_request.head.sha }}
64
65
- name: Run clang-format style check for C/C++/Protobuf programs.
66
- uses: jidicula/clang-format-action@v4.10.2 # Using include-regex 10.x or later
+ uses: jidicula/clang-format-action@v4.16.0 # Using include-regex 10.x or later
67
with:
68
clang-format-version: '13'
69
check-path: ${{ matrix.path['check'] }}
0 commit comments