File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 name : Build docs and check links
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : pandoc/actions/setup@v1
1919 - uses : ts-graphviz/setup-graphviz@v2
2020 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1818 github.event.pull_request.head.repo.full_name != github.repository
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : actions/setup-python@v6
23- - uses : actions/cache@v4
23+ - uses : actions/cache@v5
2424 with :
2525 path : ~/.cache/pre-commit
2626 key : pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 3232 hooks :
3333 - id : validate-pyproject
3434 - repo : https://github.com/sphinx-contrib/sphinx-lint
35- rev : v1.0.1
35+ rev : v1.0.2
3636 hooks :
3737 - id : sphinx-lint
3838 types : [rst]
4444 entry : isort --profile=black
4545 name : isort (python)
4646 - repo : https://github.com/psf/black
47- rev : 25.11 .0
47+ rev : 25.12 .0
4848 hooks :
4949 - id : black
5050 - repo : https://github.com/tonybaloney/perflint
You can’t perform that action at this time.
0 commit comments