From 00c55ac930fb8f07b2b98696bd6fa4f8db7b1160 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:33:14 +0000 Subject: [PATCH] chore(deps): update jidicula/clang-format-action action to v4.14.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 92f47da..20b5c1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: jidicula/clang-format-action@v4.13.0 + - uses: jidicula/clang-format-action@v4.14.0 with: { clang-format-version: "18" } test-windows: