From 605b7f283fdecada1fbddd4be1f5d827c507684d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 22:40:22 +0000 Subject: [PATCH] Bump jidicula/clang-format-action from 4.3.0 to 4.3.1 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.3.0...v4.3.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 48504d9..443de0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: jidicula/clang-format-action@v4.3.0 + - uses: jidicula/clang-format-action@v4.3.1 with: fallback-style: "Google"