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 ./