From d856ae44603df8b52eb68ae424a6002c83baea90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:15:11 +0000 Subject: [PATCH] Update jidicula/clang-format-action action to v4.16.0 --- .github/workflows/test_runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_runner.yml b/.github/workflows/test_runner.yml index 3852659..b56ccfe 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 }}