File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff line change 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
77backend_packages.add = [
88 ' pants.backend.python' ,
You can’t perform that action at this time.
0 commit comments