diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index b0f5096b702..89b1ecb12fa 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -19,7 +19,7 @@ jobs: - name: Copy .clang-format file run: cp contrib/clang-format .clang-format - name: Check clang-format - uses: DoozyX/clang-format-lint-action@v0.11 + uses: DoozyX/clang-format-lint-action@v0.18.2 with: source: 'gcc/rust/ libgrust/' extensions: 'h,cc'