diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 63a5546..03070d1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Run clang-format - uses: DoozyX/clang-format-lint-action@v0.17 + uses: DoozyX/clang-format-lint-action@v0.18 with: clangFormatVersion: 17 inplace: True