Skip to content

Commit e87c66a

Browse files
committed
Upgrade Pants to 2.23.0
1 parent fb191bb commit e87c66a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pants.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2020 Pants project contributors.
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

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.
4+
# See https://www.pantsbuild.org/stable/docs/using-pants/using-pants-in-ci for tips on how to set up your CI with Pants.
55

66
name: Pants
77

@@ -45,7 +45,7 @@ jobs:
4545
# Note that named_caches and lmdb_store falls back to partial restore keys which
4646
# may give a useful partial result that will save time over completely clean state,
4747
# but will cause the cache entry to grow without bound over time.
48-
# See https://www.pantsbuild.org/2.21/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
48+
# See https://www.pantsbuild.org/stable/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
4949
# Alternatively you change gha-cache-key to ignore old caches.
5050
- name: Check BUILD files
5151
run: |
@@ -62,7 +62,7 @@ jobs:
6262
pants package ::
6363
pants run helloworld/:pex_binary
6464
- name: Upload pants log
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: pants-log
6868
path: .pants.d/workdir/pants.log

pants.toml

+1-1
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.23.0rc1"
5+
pants_version = "2.23.0"
66
backend_packages.add = [
77
"pants.backend.build_files.fmt.black",
88
"pants.backend.python",

0 commit comments

Comments
 (0)