We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b58df0 commit 988f683Copy full SHA for 988f683
.github/workflows/pants.yaml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
python-version: [3.8]
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 }}
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
pants lint check test ::
64
- name: Upload Pants log
65
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
66
67
name: pants-log
68
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 = [
5
"pants.backend.codegen.protobuf.lint.buf",
0 commit comments