diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 868d2f94..0d431bc8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format - uses: DoozyX/clang-format-lint-action@v0.16 + uses: DoozyX/clang-format-lint-action@v0.17 with: source: '.' exclude: './external'