File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v6
1616
1717 - name : Install uv
18- uses : astral-sh/setup-uv@v8.0.0
18+ uses : astral-sh/setup-uv@v7
1919 with :
2020 enable-cache : true
2121
Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ jobs:
2222 runs-on : ubuntu-latest
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828
2929 - name : Install uv
30- uses : astral-sh/setup-uv@v5
30+ uses : astral-sh/setup-uv@v7
3131 with :
3232 enable-cache : true
3333
3434 - name : Set up Python
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version-file : .python-version
3838
4343 run : uv run mkdocs build --clean --strict
4444
4545 - name : Upload Pages artifact
46- uses : actions/upload-pages-artifact@v3
46+ uses : actions/upload-pages-artifact@v4
4747 with :
4848 path : site/
4949
Original file line number Diff line number Diff line change 4141 ref : ${{ needs.release-please.outputs.tag_name }}
4242
4343 - name : Install uv
44- uses : astral-sh/setup-uv@v8.0.0
44+ uses : astral-sh/setup-uv@v7
4545 with :
4646 enable-cache : true
4747
You can’t perform that action at this time.
0 commit comments