diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index bea8d9e..e27c598 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -9,5 +9,5 @@ jobs: - name: Run clang-format style check for C/C++/Protobuf programs. uses: jidicula/clang-format-action@v4.11.0 with: - clang-format-version: '13' + clang-format-version: '17' check-path: 'src'