From c18d76327450a0992781a10cfa274130921a294a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 18:24:35 +0000 Subject: [PATCH] Bump jidicula/clang-format-action from 4.6.1 to 4.6.2 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.6.1...v4.6.2) --- 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 c968348..59a0fde 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.6.1 + - uses: jidicula/clang-format-action@v4.6.2 with: fallback-style: "Google"