Skip to content

Commit 153e944

Browse files
committed
Update clang-format-action to v4.16.0
1 parent 83dba2c commit 153e944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-format-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
ref: ${{ github.event.pull_request.head.sha }}
6464

6565
- 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
66+
uses: jidicula/clang-format-action@v4.16.0 # Using include-regex 10.x or later
6767
with:
6868
clang-format-version: '13'
6969
check-path: ${{ matrix.path['check'] }}

0 commit comments

Comments
 (0)