File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright 2023 Pants project contributors.
2
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
3
4
- # See https://www.pantsbuild.org/2.21 /docs/using-pants/using-pants-in-ci for tips on how to set up your CI with Pants.
4
+ # See https://www.pantsbuild.org/stable /docs/using-pants/using-pants-in-ci for tips on how to set up your CI with Pants.
5
5
6
6
name : Pants
7
7
23
23
matrix :
24
24
python-version : [3.9]
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
- uses : actions/setup-python@v4
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
45
45
# Note that named_caches and lmdb_store falls back to partial restore keys which
46
46
# may give a useful partial result that will save time over completely clean state,
47
47
# but will cause the cache entry to grow without bound over time.
48
- # See https://www.pantsbuild.org/2.21 /docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
48
+ # See https://www.pantsbuild.org/stable /docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up.
49
49
# Alternatively you change gha-cache-key to ignore old caches.
50
50
- name : List all build targets
51
51
run : |
57
57
run : |
58
58
pants lint ::
59
59
- name : Upload pants log
60
- uses : actions/upload-artifact@v3
60
+ uses : actions/upload-artifact@v4
61
61
with :
62
62
name : pants-log
63
63
path : .pants.d/pants.log
Original file line number Diff line number Diff line change 1
1
[GLOBAL ]
2
- pants_version = " 2.21 .0"
2
+ pants_version = " 2.23 .0"
3
3
4
4
backend_packages.add = [
5
5
" pants.backend.experimental.javascript" ,
You can’t perform that action at this time.
0 commit comments