Skip to content

Commit 4c82eb8

Browse files
chore: update global workflows
1 parent 0e993a7 commit 4c82eb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/common-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ jobs:
8383
8484
- name: C++ - Clang format lint
8585
if: always() && steps.cpp_files.outputs.found_files
86-
uses: DoozyX/clang-format-lint-action@v0.18
86+
uses: DoozyX/clang-format-lint-action@v0.20
8787
with:
8888
source: ${{ steps.cpp_files.outputs.found_files }}
89+
clangFormatVersion: '20'
8990
extensions: 'c,cpp,h,hpp,m,mm'
9091
style: file
9192
inplace: false

0 commit comments

Comments
 (0)