File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 build :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626
27- - uses : actions/setup-python@v5
27+ - uses : actions/setup-python@v6
2828 with :
2929 python-version : " 3.13"
3030
31- - uses : astral-sh/setup-uv@v4
31+ - uses : astral-sh/setup-uv@v6
3232
3333 - name : Install docs dependencies
3434 working-directory : docs
4242 working-directory : docs
4343 run : .venv/bin/sphinx-build sources html
4444
45- - uses : actions/upload-pages-artifact@v3
45+ - uses : actions/upload-pages-artifact@v4
4646 with :
4747 path : docs/html
4848
5555 steps :
5656 - name : Deploy to GitHub Pages
5757 id : deployment
58- uses : actions/deploy-pages@v4
58+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 1212 name : Ruff
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616
1717 - uses : astral-sh/setup-uv@v6
1818
Original file line number Diff line number Diff line change 3030 contents : read
3131
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 with :
3535 fetch-depth : 0
3636 persist-credentials : false
Original file line number Diff line number Diff line change 3535 ZODB_TEST_DSN : " dbname=zodb_test user=zodb password=zodb host=localhost port=5432"
3636
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939 with :
4040 fetch-depth : 0
4141
7171 runs-on : ubuntu-latest
7272
7373 steps :
74- - uses : actions/checkout@v4
74+ - uses : actions/checkout@v5
7575
7676 - uses : astral-sh/setup-uv@v6
7777 with :
You can’t perform that action at this time.
0 commit comments