diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 5383763..f437d0b 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -8,8 +8,8 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.11 + - uses: DoozyX/clang-format-lint-action@v0.17 with: source: '.' extensions: 'h,c' - clangFormatVersion: 11 + clangFormatVersion: 16