From 412a1202bc8c446f18eda0b9e0639d15e36d6bb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 17:28:34 +0000 Subject: [PATCH] Update jidicula/clang-format-action action to v4.10.1 --- .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 692b31fa..90c8ff5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v3 - name: Clang-format - uses: jidicula/clang-format-action@v4.10.0 + uses: jidicula/clang-format-action@v4.10.1 with: clang-format-version: '14' check-path: 'project/src/transpiler'