From f389c7991734bdd2f585db2d678433bcb7125286 Mon Sep 17 00:00:00 2001 From: Marco Edoardo Santimaria Date: Thu, 18 Dec 2025 14:37:08 +0100 Subject: [PATCH] Updated CI/CD action jidicula/clang-format-action --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 6888134..a159ef7 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -165,7 +165,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Run clang-format style check" - uses: jidicula/clang-format-action@v4.11.0 + uses: jidicula/clang-format-action@v4.16.0 with: clang-format-version: "16" check-path: "${{ matrix.path }}" \ No newline at end of file