Skip to content

Commit 5391e58

Browse files
Use github action with jidicula/clang-format-action@v21.1.0
1 parent f1d007d commit 5391e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Run clang-format style check for C/C++/Protobuf programs.
17-
uses: jidicula/clang-format-action@v4.11.0
17+
uses: jidicula/clang-format-action@v21.1.0
1818
with:
1919
clang-format-version: '13'
2020
check-path: ${{ matrix.path['check'] }}

0 commit comments

Comments
 (0)