From ed9a2a12762500852f4abd33450918941d9d9962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 05:38:31 +0000 Subject: [PATCH] Bump DoozyX/clang-format-lint-action from v0.9 to v0.10 Bumps [DoozyX/clang-format-lint-action](https://github.com/DoozyX/clang-format-lint-action) from v0.9 to v0.10. - [Release notes](https://github.com/DoozyX/clang-format-lint-action/releases) - [Commits](https://github.com/DoozyX/clang-format-lint-action/compare/v0.9...2a69814cceb8653ef559b803dd7e13cda9295481) Signed-off-by: dependabot[bot] --- .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 bc2f8d0df..71132e114 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,6 +26,6 @@ jobs: - name: Black code style run: black larq_compute_engine --check --target-version py36 --exclude 'build/|buck-out/|dzzist/|_build/|\.git/|\.hg/|\.mypy_cache/|\.tox/|\.venv/|larq/snapshots/' - name: clang-format lint - uses: DoozyX/clang-format-lint-action@v0.9 + uses: DoozyX/clang-format-lint-action@v0.10 - name: Lint bazel files run: buildifier -mode=check -r ./