From e636be5222ecbd8934e78aff13a9b91256f08b33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 03:36:29 +0000 Subject: [PATCH] chore(deps): update jidicula/clang-format-action action to v4.10.2 --- .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 283f574..d9f8457 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.10.2 with: { clang-format-version: "15" } build-windows: runs-on: windows-latest