File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v7
1414 - uses : astral-sh/setup-uv@v9.0.0
1515 with :
1616 enable-cache : true
2727 matrix :
2828 python-version : ["3.12", "3.13", "3.14"]
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v7
3131 - uses : astral-sh/setup-uv@v9.0.0
3232 with :
3333 enable-cache : true
4949 # No coverage gate — the iter_route_contexts branch cannot run without that attribute.
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v7
5353 - uses : astral-sh/setup-uv@v9.0.0
5454 with :
5555 enable-cache : true
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 build :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v7
2828 - uses : astral-sh/setup-uv@v9.0.0
2929 with :
3030 enable-cache : true
3131 - run : uv sync --no-dev --group docs
3232 - run : uv run mkdocs build --strict
33- - uses : actions/upload-pages-artifact@v3
33+ - uses : actions/upload-pages-artifact@v5
3434 with :
3535 path : site
3636
4242 url : ${{ steps.deployment.outputs.page_url }}
4343 steps :
4444 - id : deployment
45- uses : actions/deploy-pages@v4
45+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 1818 id-token : write # PyPI trusted publishing (OIDC) — no stored token
1919 contents : read
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v7
2222 - uses : astral-sh/setup-uv@v9.0.0
2323 with :
2424 python-version : " 3.12"
You can’t perform that action at this time.
0 commit comments