diff --git a/.github/workflows/common-lint.yml b/.github/workflows/common-lint.yml index 10692ad..7864c9f 100644 --- a/.github/workflows/common-lint.yml +++ b/.github/workflows/common-lint.yml @@ -77,7 +77,7 @@ jobs: - name: C++ - Clang format lint if: always() && steps.cpp_files.outputs.found_files - uses: DoozyX/clang-format-lint-action@v0.18 + uses: DoozyX/clang-format-lint-action@v0.20 with: source: ${{ steps.cpp_files.outputs.found_files }} extensions: 'c,cpp,h,hpp,m,mm'