diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index 3442ff4e..e34ef258 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.8 + - uses: DoozyX/clang-format-lint-action@v0.11 with: source: 'src' exclude: 'lib'