Skip to content

Commit e34d4b2

Browse files
authored
CI: Bumps for node 20 (#456)
2 parents 33a7de1 + 768cad3 commit e34d4b2

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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: |
@@ -39,7 +39,7 @@ jobs:
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'

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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'
@@ -51,7 +51,7 @@ jobs:
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

@@ -71,7 +71,7 @@ jobs:
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'

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)