We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a206cb0 commit 26a59ddCopy full SHA for 26a59dd
.github/workflows/pants.yaml
@@ -23,8 +23,8 @@ jobs:
23
matrix:
24
python-version: [3.8]
25
steps:
26
- - uses: actions/checkout@v3
27
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
28
with:
29
python-version: ${{ matrix.python-version }}
30
- uses: crazy-max/ghaction-setup-docker@v3
@@ -80,7 +80,7 @@ jobs:
80
run: |
81
pants --docker-build-verbose package ::
82
- name: Upload Pants log
83
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
84
85
name: pants-log
86
path: .pants.d/pants.log
pants.toml
@@ -1,5 +1,5 @@
1
[GLOBAL]
2
-pants_version = "2.20.0"
+pants_version = "2.21.0"
3
4
backend_packages = [
5
"pants.backend.docker",
0 commit comments