Skip to content

Commit 46eafd5

Browse files
authored
Update clang-format-action version and version number
1 parent de2dab8 commit 46eafd5

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
@@ -53,9 +53,9 @@ jobs:
5353
ref: ${{ github.event.pull_request.head.sha }}
5454

5555
- 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
56+
uses: jidicula/clang-format-action@v4.14.0
5757
with:
58-
clang-format-version: '13'
58+
clang-format-version: '18'
5959
check-path: ${{ matrix.path['check'] }}
6060
exclude-regex: ${{ matrix.path['exclude'] }}
6161
include-regex: ${{ env.INCLUDE_REGEX }}

0 commit comments

Comments
 (0)