diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index d508de1..aa3ccb8 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -9,5 +9,5 @@ jobs: - name: Run clang-format style check for C/C++/Protobuf programs. uses: jidicula/clang-format-action@v4.13.0 with: - clang-format-version: '18.1.8' + clang-format-version: '18' check-path: 'src'