File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,18 +25,18 @@ jobs:
2525 url : ${{ steps.deployment.outputs.page_url }}
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929
3030 - name : Setup Pages
31- uses : actions/configure-pages@v3
31+ uses : actions/configure-pages@v6
3232
3333 - name : Install Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version-file : ' .python-version'
3737
3838 - name : Install uv
39- uses : astral-sh/setup-uv@v3
39+ uses : astral-sh/setup-uv@@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
4040 with :
4141 enable-cache : true
4242
@@ -47,10 +47,10 @@ jobs:
4747 run : uv run jupyter book build --execute --html
4848
4949 - name : Upload artifact
50- uses : actions/upload-pages-artifact@v3
50+ uses : actions/upload-pages-artifact@v4
5151 with :
5252 path : ' ./_build/html'
5353
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