From f0c2114891411dbc1c720ae6d6c0d7004b4aa6e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:38:34 +0000 Subject: [PATCH] Update jidicula/clang-format-action action to v4.18.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 194d6ecf..f01ca197 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Clang-format - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.18.0 with: clang-format-version: '14' check-path: 'project/src/transpiler'