Skip to content

Commit 7e3389c

Browse files
fix clang-format action
1 parent 5391e58 commit 7e3389c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ 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@v21.1.0
17+
uses: jidicula/clang-format-action@v4.11.0
1818
with:
19-
clang-format-version: '13'
19+
clang-format-version: '21'
2020
check-path: ${{ matrix.path['check'] }}
2121
exclude-regex: ${{ matrix.path['exclude'] }}
2222
fallback-style: 'Microsoft' # optional

0 commit comments

Comments
 (0)