Skip to content

Commit caa6cf6

Browse files
authored
Update clang-format-check.yml
1 parent 34ff018 commit caa6cf6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- 'cachelib'
1414
- 'examples'
1515
steps:
16-
- uses: actions/checkout@v3
17-
- name: Run clang-format style check for C/C++ programs.
18-
uses: jidicula/clang-format-action@v4.6.2
19-
with:
20-
clang-format-version: '13'
21-
check-path: ${{ matrix.path }}
16+
- uses: actions/checkout@v4
17+
- name: Run clang-format
18+
uses: jidicula/clang-format-action@v4.13.0
19+
with:
20+
clang-format-version: '18'
21+
check-path: ${{ matrix.path }}

0 commit comments

Comments
 (0)