From dc7fc48ac3b14e2e6ef966c020467551124b1309 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 21:50:00 +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 99d5c7d..8e0a20e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: jidicula/clang-format-action@v4.11.0 + - uses: jidicula/clang-format-action@v4.13.0 with: { clang-format-version: "18" } test-windows: