File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 matplotlib-version : [ "3.9.4", "3.10.9" ]
2222
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525
2626 - name : Set up Python
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : " ${{ matrix.python-version }}"
3030 architecture : x64
4242 run : pytest --cov-report=xml
4343
4444 - name : Upload coverage report
45- uses : codecov/codecov-action@v5
45+ uses : codecov/codecov-action@v6
4646 with :
4747 files : coverage.xml
4848 flags : " Matplotlib-${{ matrix.matplotlib-version}}-Python-${{ matrix.python-version }}"
Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818
1919 - name : Set up Python
2020 id : setup
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : 3.x
2424 architecture : x64
2525
2626 - name : Lint
27- uses : astral-sh/ruff-action@v3
27+ uses : astral-sh/ruff-action@v4
2828
2929 - name : Check formatting
3030 if : always()
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818
1919 - name : Set up Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : 3.14
2323 architecture : x64
4141 run : pytest --cov-report=xml
4242
4343 - name : Upload coverage report
44- uses : codecov/codecov-action@v5
44+ uses : codecov/codecov-action@v6
4545 with :
4646 files : coverage.xml
4747 name : " Matplob main branch ${{ steps.mpl-main-version.outputs.matplotlib-version }}"
You can’t perform that action at this time.
0 commit comments