From 4bde05f0feff405d7cbfb8a0e676249e783019b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 08:53:43 +0100 Subject: [PATCH] Bump DoozyX/clang-format-lint-action from 0.16 to 0.17 (#798) Bumps [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) from 0.16 to 0.17. - [Release notes](https://github.com/doozyx/clang-format-lint-action/releases) - [Commits](https://github.com/doozyx/clang-format-lint-action/compare/v0.16...v0.17) --- updated-dependencies: - dependency-name: DoozyX/clang-format-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ef4d84b3..b958c22b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: - name: Black code style run: black larq_compute_engine --check --target-version py39 - name: clang-format lint - uses: DoozyX/clang-format-lint-action@v0.16 + uses: DoozyX/clang-format-lint-action@v0.17 with: clangFormatVersion: 12 - name: Lint bazel files