From 31a74ac306214e4b21c240e529159adf1cc71cee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 11:51:14 +0000 Subject: [PATCH] Update jidicula/clang-format-action action to v4.10.1 --- .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 8235488..d6c1113 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.1 with: { clang-format-version: "15" } build-windows: runs-on: windows-latest