File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222
2323 steps :
2424 - name : Check out repository
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626
2727 - name : Prepare python ${{ matrix.python-version }}
28- uses : actions/setup-python@v4
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131
3232 - name : Cache
33- uses : actions/cache@v3
33+ uses : actions/cache@v4
3434 with :
3535 path : ~ /.cache
3636 key : ci-${{ runner.os }}-${{ matrix.python-version }}-base
5353 run : pre-commit run --all-files
5454
5555 - name : Coverage
56- uses : codecov/codecov-action@v3
56+ uses : codecov/codecov-action@v5
5757 with :
5858 file : ./coverage.xml
Original file line number Diff line number Diff line change 1- <img src =" https://raw.githubusercontent.com/PEtab-dev/petab_select/logo /doc/logo/logo-wide.svg " height =" 200 " alt =" PEtab Select logo " >
1+ <img src =" https://raw.githubusercontent.com/PEtab-dev/petab_select/refs/heads/main /doc/logo/logo-wide.svg " height =" 200 " alt =" PEtab Select logo " >
22
33[ ![ PyPI - Version] ( https://img.shields.io/pypi/v/petab-select )] ( https://pypi.org/project/petab-select/ )
4+ [ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.14183390.svg )] ( https://doi.org/10.5281/zenodo.14183390 )
5+
46
57The repository for the development of the extension to PEtab for model
68selection, including the additional file formats and Python 3 package.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments