From 6a2627c36d7a8a347778a3e42b6316170f838a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 18:24:47 +0000 Subject: [PATCH] Bump jidicula/clang-format-action from 4.6.2 to 4.7.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.6.2 to 4.7.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.6.2...v4.7.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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4a091c..d4a6705 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.2 + - uses: jidicula/clang-format-action@v4.7.0 with: fallback-style: "Google"