From ded50092caaeb4941b1c4c0df5ab41cb47311639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 18:19:07 +0000 Subject: [PATCH] Bump jidicula/clang-format-action from 4.4.0 to 4.4.1 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 0765ba6..6d349ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: jidicula/clang-format-action@v4.4.0 + - uses: jidicula/clang-format-action@v4.4.1 with: fallback-style: "Google"