diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 27c59b44..7fcc3b26 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run clang-format - uses: DoozyX/clang-format-lint-action@v0.13 + uses: DoozyX/clang-format-lint-action@v0.16 with: source: '.' exclude: './external'