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 1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Filter changed file paths to outputs
17- uses : dorny/paths-filter@v2.11.1
17+ uses : dorny/paths-filter@v3.0.0
1818 id : changes
1919 with :
2020 filters : |
3939
4040 - name : Set up Python ${{ matrix.python-version }}
4141 if : env.PUBLISH == 'true'
42- uses : actions/setup-python@v4
42+ uses : actions/setup-python@v5
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545 cache : ' poetry'
Original file line number Diff line number Diff line change 2323 run : pipx install "poetry==1.7.1"
2424
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 cache : ' poetry'
5151 COV_CORE_SOURCE : .
5252 COV_CORE_CONFIG : .coveragerc
5353 COV_CORE_DATAFILE : .coverage.eager
54- - uses : codecov/codecov-action@v3
54+ - uses : codecov/codecov-action@v4
5555 with :
5656 token : ${{ secrets.CODECOV_TOKEN }}
5757
7171 run : pipx install "poetry==1.7.1"
7272
7373 - name : Set up Python ${{ matrix.python-version }}
74- uses : actions/setup-python@v4
74+ uses : actions/setup-python@v5
7575 with :
7676 python-version : ${{ matrix.python-version }}
7777 cache : ' poetry'
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ $ pip install --user --upgrade --pre libvcs
1515
1616<!-- Maintainers, insert changes / features for the next release here -->
1717
18+ ### Testing
19+
20+ - CI: Bump actions to Node 20 releases (#456 )
21+
1822## libvcs 0.28.1 (2024-02-08)
1923
2024### Packaging
You can’t perform that action at this time.
0 commit comments