From e5dd8cb7b7c73779ff5ef2b73118989c859cd423 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:12:06 +0000 Subject: [PATCH] chore(deps): update jidicula/clang-format-action action to v4.16.0 --- files/.github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.github/workflows/main.yml b/files/.github/workflows/main.yml index 411596f..af1f232 100644 --- a/files/.github/workflows/main.yml +++ b/files/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: greut/eclint-action@v0 - - uses: jidicula/clang-format-action@v4.15.0 + - uses: jidicula/clang-format-action@v4.16.0 with: { clang-format-version: "20" } test-windows: