From 91052c01e3cf4b17c93f0ed80fbfef1b0ba22ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:27:22 +0000 Subject: [PATCH] Bump jidicula/clang-format-action from 4.11.0 to 4.12.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.11.0 to 4.12.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.11.0...v4.12.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/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ebc3694..cf2271d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -93,7 +93,7 @@ jobs: run: | flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - name: Run clang-format style check - uses: jidicula/clang-format-action@v4.11.0 + uses: jidicula/clang-format-action@v4.12.0 with: clang-format-version: '13' check-path: 'src/_cds'