From 3aa60bce833928cc855f08b8ec315aea8eba26db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 18:09:35 +0000 Subject: [PATCH] Bump jidicula/clang-format-action from 4.9.0 to 4.10.1 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.9.0 to 4.10.1. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.9.0...v4.10.1) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afcaf3f..bbd150b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,6 @@ 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: fallback-style: "Google"