From cf0b66c9c566ba355ce2fbd37c431508d3bf6828 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:03:18 +0000 Subject: [PATCH] chore(deps): update jidicula/clang-format-action action to v4.13.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 9da7aac1..8bd86066 100644 --- a/.github/workflows/main.yml +++ b/.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.11.0 + - uses: jidicula/clang-format-action@v4.13.0 with: { clang-format-version: "18" } test-windows: