Skip to content

Commit

Permalink
Upgrade Pants to 2.23.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw authored Nov 27, 2024
1 parent 2235af8 commit 10cfdd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://www.pantsbuild.org/2.21/docs/using-pants/using-pants-in-ci for tips on how to set up your CI with Pants.
# See https://www.pantsbuild.org/stable/docs/using-pants/using-pants-in-ci for tips on how to set up your CI with Pants.

name: Pants

Expand All @@ -22,7 +22,7 @@ jobs:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -44,7 +44,7 @@ jobs:
# Note that named_caches and lmdb_store falls back to partial restore keys which
# may give a useful partial result that will save time over completely clean state,
# but will cause the cache entry to grow without bound over time.
# See https://www.pantsbuild.org/2.21/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
# See https://www.pantsbuild.org/stable/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
# Alternatively you change gha-cache-key to ignore old caches.
- name: Bootstrap Pants
run: |
Expand All @@ -63,7 +63,7 @@ jobs:
# We also smoke test that our release process will work by running `package`.
pants package ::
- name: Upload pants log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pants-log
path: .pants.d/pants.log
Expand Down
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the Apache License, Version 2.0 (see LICENSE).

[GLOBAL]
pants_version = "2.21.0"
pants_version = "2.23.0"

backend_packages.add = [
'pants.backend.python',
Expand Down

0 comments on commit 10cfdd3

Please sign in to comment.