diff --git a/.github/workflows/cpp-lint.yml b/.github/workflows/cpp-lint.yml index 52150f17..c497e42e 100644 --- a/.github/workflows/cpp-lint.yml +++ b/.github/workflows/cpp-lint.yml @@ -55,11 +55,11 @@ jobs: - name: Clang format lint if: ${{ steps.find_files.outputs.found_files }} - uses: DoozyX/clang-format-lint-action@v0.15 + uses: DoozyX/clang-format-lint-action@v0.16.2 with: source: ${{ steps.find_files.outputs.found_files }} extensions: 'cpp,h,m,mm' - clangFormatVersion: 15 + clangFormatVersion: 16 style: file inplace: false