Skip to content

Commit 13b9aa7

Browse files
authored
Upgrade Pants to 2.23.0
2 parents ff6f569 + b34f218 commit 13b9aa7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pants.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2023 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

@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
python-version: [3.9]
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- uses: actions/setup-python@v4
2828
with:
2929
python-version: ${{ matrix.python-version }}
@@ -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: List all build targets
5151
run: |
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
pants lint ::
5959
- name: Upload pants log
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: pants-log
6363
path: .pants.d/pants.log

pants.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[GLOBAL]
2-
pants_version = "2.21.0"
2+
pants_version = "2.23.0"
33

44
backend_packages.add = [
55
"pants.backend.experimental.javascript",

0 commit comments

Comments
 (0)