From 3baa09de8b3f48dc3d401fe80ec50eaed7e622ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 10:49:04 +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 6200b7a..037b1b9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: jidicula/clang-format-action@v4.9.0 + - uses: jidicula/clang-format-action@v4.11.0 with: { clang-format-version: "15" } test-windows: