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