diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index af3092c93..524c6d1e2 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -29,5 +29,5 @@ jobs: - name: clang-format style check uses: jidicula/clang-format-action@v4.13.0 with: - clang-format-version: '17' + clang-format-version: '18' check-path: ${{ matrix.path }} \ No newline at end of file