From 75ee37f3a5164d46e74af893264e4e5a5ae25a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 08:18:45 +0000 Subject: [PATCH] Bump jidicula/clang-format-action from 4.3.1 to 4.11.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.3.1 to 4.11.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.3.1...v4.11.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/clang-format-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index e4d0eccb1..03bf35b79 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -25,14 +25,14 @@ jobs: fetch-depth: 0 - name: Formatting Check (Source) - uses: jidicula/clang-format-action@v4.3.1 + uses: jidicula/clang-format-action@v4.11.0 with: clang-format-version: '13' check-path: 'Source' fallback-style: 'webkit' - name: Formatting Check (test) - uses: jidicula/clang-format-action@v4.3.1 + uses: jidicula/clang-format-action@v4.11.0 with: clang-format-version: '13' check-path: 'test'