File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
- os : windows-latest
20
20
path : ~\AppData\Local\pip\Cache
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v3
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
- - uses : actions/cache@v3
27
+ - uses : actions/cache@v4
28
28
with :
29
29
path : ${{ matrix.path }}
30
30
key : ${{ runner.os }}-pip-${{ hashFiles('dev-requirements.txt') }}
38
38
run : |
39
39
pytest sklearn_genetic/ --verbose --color=yes --assert=plain --cov-fail-under=95 --cov-config=.coveragerc --cov=./ -p no:warnings
40
40
- name : " Upload coverage to Codecov"
41
- uses : codecov/codecov-action@v3
41
+ uses : codecov/codecov-action@v4
42
42
with :
43
43
token : ${{ secrets.CODECOV_TOKEN }}
44
44
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments