File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
- name : Filter changed file paths to outputs
17
- uses : dorny/paths-filter@v2.11.1
17
+ uses : dorny/paths-filter@v3.0.0
18
18
id : changes
19
19
with :
20
20
filters : |
39
39
40
40
- name : Set up Python ${{ matrix.python-version }}
41
41
if : env.PUBLISH == 'true'
42
- uses : actions/setup-python@v4
42
+ uses : actions/setup-python@v5
43
43
with :
44
44
python-version : ${{ matrix.python-version }}
45
45
cache : ' poetry'
Original file line number Diff line number Diff line change 23
23
run : pipx install "poetry==1.7.1"
24
24
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v4
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
cache : ' poetry'
51
51
COV_CORE_SOURCE : .
52
52
COV_CORE_CONFIG : .coveragerc
53
53
COV_CORE_DATAFILE : .coverage.eager
54
- - uses : codecov/codecov-action@v3
54
+ - uses : codecov/codecov-action@v4
55
55
with :
56
56
token : ${{ secrets.CODECOV_TOKEN }}
57
57
71
71
run : pipx install "poetry==1.7.1"
72
72
73
73
- name : Set up Python ${{ matrix.python-version }}
74
- uses : actions/setup-python@v4
74
+ uses : actions/setup-python@v5
75
75
with :
76
76
python-version : ${{ matrix.python-version }}
77
77
cache : ' poetry'
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ $ pip install --user --upgrade --pre libvcs
15
15
16
16
<!-- Maintainers, insert changes / features for the next release here -->
17
17
18
+ ### Testing
19
+
20
+ - CI: Bump actions to Node 20 releases (#456 )
21
+
18
22
## libvcs 0.28.1 (2024-02-08)
19
23
20
24
### Packaging
You can’t perform that action at this time.
0 commit comments