File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Download diffs
21- uses : actions/github-script@v7
21+ uses : actions/github-script@v8
2222 with :
2323 script : |
2424 const fs = require('fs');
3939 - run : unzip diff.zip
4040 - name : Post comment
4141 id : post-comment
42- uses : actions/github-script@v7
42+ uses : actions/github-script@v8
4343 with :
4444 github-token : ${{ secrets.GITHUB_TOKEN }}
4545 script : |
Original file line number Diff line number Diff line change 11-e .
22myst-parser~=4.0
33sphinx~=8.2.3
4- furo==2025.7.19
4+ furo==2025.9.25
55types-docutils~=0.22
Original file line number Diff line number Diff line change 11-e .
2- coverage[toml]==7.10.6
2+ coverage[toml]==7.10.7
Original file line number Diff line number Diff line change 33-r requirements-coverage.txt
44
55# Requirements for testing and linting
6- pytest == 8.4.1
7- pytest-cov == 6.2.1
6+ pytest == 8.4.2
7+ pytest-cov == 7.0.0
88gitpython >= 3
You can’t perform that action at this time.
0 commit comments