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@v4
12+ - uses : actions/checkout@v5
1313 - uses : actions/setup-python@v5
1414 - uses : actions/cache@v4
1515 with :
2121 name : Build docs and check links
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : pandoc/actions/setup@v1
2626 - uses : actions/setup-python@v5
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@v4
32+ uses : actions/checkout@v5
3333 - name : Install packages
3434 run : sudo apt install plantuml
3535 - name : Setup pandoc
5252 run : uv run make html
5353 working-directory : docs/
5454 - name : Upload artifact
55- uses : actions/upload-pages-artifact@v3
55+ uses : actions/upload-pages-artifact@v4
5656 with :
5757 path : docs/_build/html
5858 - name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change 66
77repos :
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v5 .0.0
9+ rev : v6 .0.0
1010 hooks :
1111 - id : trailing-whitespace
1212 - id : end-of-file-fixer
You can’t perform that action at this time.
0 commit comments