From 8837844796cf939b22d68342980bb9d131f1493f Mon Sep 17 00:00:00 2001 From: Alexey Tereshenkov <50622389+AlexTereshenkov@users.noreply.github.com> Date: Fri, 16 Jun 2023 13:51:10 +0100 Subject: [PATCH] pants: upgrade Pants to 2.16.0 --- .github/workflows/pants.yaml | 2 +- pants.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pants.yaml b/.github/workflows/pants.yaml index 6d79ed8..a213eed 100644 --- a/.github/workflows/pants.yaml +++ b/.github/workflows/pants.yaml @@ -57,7 +57,7 @@ jobs: run: | pants --version - name: Check BUILD files - run: pants tailor --check update-build-files --check + run: pants tailor --check update-build-files --check '::' - name: Lint and test run: | pants lint test :: diff --git a/pants.toml b/pants.toml index 8605504..8d92bff 100644 --- a/pants.toml +++ b/pants.toml @@ -1,5 +1,5 @@ [GLOBAL] -pants_version = "2.15.0" +pants_version = "2.16.0" backend_packages = [ "pants.backend.codegen.protobuf.lint.buf", "pants.backend.codegen.protobuf.python",