From 210fde4348a2c852f264a3279dd41ea21b7a83aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 23:14:36 +0000 Subject: [PATCH] chore(deps): update jidicula/clang-format-action action to v4.11.0 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6a2e3f..68c6982 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: jidicula/clang-format-action@v4.9.0 + - uses: jidicula/clang-format-action@v4.11.0 with: { clang-format-version: "16" } test-windows: