diff --git a/.github/workflows/test_runner.yml b/.github/workflows/test_runner.yml index 954e517..891ff2d 100644 --- a/.github/workflows/test_runner.yml +++ b/.github/workflows/test_runner.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.16.0 with: clang-format-version: '13' check-path: ${{ matrix.path }}