File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
2626 - name : Install the latest version of uv
27- uses : astral-sh/setup-uv@v6
27+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2828
2929 - name : Install dependencies
3030 run : uv sync
3434 working-directory : docs
3535
3636 - name : Upload docs artifact
37- uses : actions/upload-pages-artifact@v3
37+ uses : actions/upload-pages-artifact@v5
3838 with :
3939 path : docs/build/html
4040
5353 steps :
5454 - name : Deploy to GitHub Pages
5555 id : deployment
56- uses : actions/deploy-pages@v4
56+ uses : actions/deploy-pages@v5
You can’t perform that action at this time.
0 commit comments