Skip to content

Commit 88e7c84

Browse files
committed
Upgrade Pants to 2.23.0
1 parent ff6f569 commit 88e7c84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/pants.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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 }}
@@ -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

Diff for: 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)