Skip to content

Commit 10cfdd3

Browse files
authored
Upgrade Pants to 2.23.0 (#40)
1 parent 2235af8 commit 10cfdd3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pants.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 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.
1+
# See https://www.pantsbuild.org/stable/docs/using-pants/using-pants-in-ci for tips on how to set up your CI with Pants.
22

33
name: Pants
44

@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
python-version: [3.9]
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: actions/setup-python@v4
2727
with:
2828
python-version: ${{ matrix.python-version }}
@@ -44,7 +44,7 @@ jobs:
4444
# Note that named_caches and lmdb_store falls back to partial restore keys which
4545
# may give a useful partial result that will save time over completely clean state,
4646
# but will cause the cache entry to grow without bound over time.
47-
# See https://www.pantsbuild.org/2.21/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
47+
# See https://www.pantsbuild.org/stable/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
4848
# Alternatively you change gha-cache-key to ignore old caches.
4949
- name: Bootstrap Pants
5050
run: |
@@ -63,7 +63,7 @@ jobs:
6363
# We also smoke test that our release process will work by running `package`.
6464
pants package ::
6565
- name: Upload pants log
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: pants-log
6969
path: .pants.d/pants.log

pants.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

44
[GLOBAL]
5-
pants_version = "2.21.0"
5+
pants_version = "2.23.0"
66

77
backend_packages.add = [
88
'pants.backend.python',

0 commit comments

Comments
 (0)