diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 1bcdb6d..22080ca 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.6.2 + uses: jidicula/clang-format-action@v4.9.0 with: - clang-format-version: '14' + clang-format-version: '15' check-path: 'src'