We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6f569 commit 88e7c84Copy full SHA for 88e7c84
.github/workflows/pants.yml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
python-version: [3.9]
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
- uses: actions/setup-python@v4
28
with:
29
python-version: ${{ matrix.python-version }}
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
pants lint ::
59
- name: Upload pants log
60
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
61
62
name: pants-log
63
path: .pants.d/pants.log
pants.toml
@@ -1,5 +1,5 @@
1
[GLOBAL]
2
-pants_version = "2.21.0"
+pants_version = "2.23.0"
3
4
backend_packages.add = [
5
"pants.backend.experimental.javascript",
0 commit comments