From fa2a010e90044b4f925f43b99002ebb1af5a4aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:08:04 +0000 Subject: [PATCH] Bump jidicula/clang-format-action from 4.10.1 to 4.10.2 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.10.1 to 4.10.2. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.10.1...v4.10.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 bbd150b..ac3a4a6 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.10.1 + - uses: jidicula/clang-format-action@v4.10.2 with: fallback-style: "Google"