From 1de3da3aa81c1b8bbc24a290e82781ea28160764 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 20:55:24 +0000 Subject: [PATCH] Update jidicula/clang-format-action action to v4.11.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 90c8ff5f..e05400ba 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.1 + uses: jidicula/clang-format-action@v4.11.0 with: clang-format-version: '14' check-path: 'project/src/transpiler'