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 99 pre-commit :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - uses : actions/setup-python@v6
14- - uses : actions/cache@v4
14+ - uses : actions/cache@v5
1515 with :
1616 path : ~/.cache/pre-commit
1717 key : pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
2121 name : Build docs and check links
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 - uses : pandoc/actions/setup@v1
2626 - uses : actions/setup-python@v6
2727 with :
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 - name : Install packages
3434 run : sudo apt install plantuml
3535 - name : Setup pandoc
Original file line number Diff line number Diff line change 3535 entry : isort --profile=black
3636 name : isort (python)
3737 - repo : https://github.com/psf/black-pre-commit-mirror
38- rev : 25.11 .0
38+ rev : 25.12 .0
3939 hooks :
4040 - id : black
4141 - repo : https://github.com/adamchainz/blacken-docs
You can’t perform that action at this time.
0 commit comments