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 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- python-version : [3.7, 3.8, 3.9 ]
12+ python-version : ['3.10', '3.11', '3.12', '3.13' ]
1313 steps :
1414 - name : Setup Graphviz
1515 uses : ts-graphviz/setup-graphviz@v1
1616 - name : Checkout repository and submodules
17- uses : actions/checkout@v1
17+ uses : actions/checkout@v4
1818 with :
1919 submodules : recursive
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v1
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 - name : Install dependencies
3434 - name : Test with pytest
3535 run : |
3636 python -m pytest --cov --cov-config=.coveragerc
37- - uses : codecov/codecov-action@v1
37+ - uses : codecov/codecov-action@v5
3838 with :
3939 token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
You can’t perform that action at this time.
0 commit comments