File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - name : Set up pixi
29- uses : prefix-dev/setup-pixi@v0.8.14
29+ uses : prefix-dev/setup-pixi@v0.9.0
3030 with :
3131 cache : true
3232 cache-write : ${{ github.event_name == 'push' && github.ref_name == 'main' }}
5454 runs-on : ubuntu-latest
5555
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v5
5858
5959 - name : Set up Python
6060 uses : actions/setup-python@v5
@@ -108,12 +108,12 @@ jobs:
108108 - name : Setup Pages
109109 uses : actions/configure-pages@v5
110110
111- - uses : actions/download-artifact@v4
111+ - uses : actions/download-artifact@v5
112112 with :
113113 name : jupyterbook
114114 path : ' public'
115115
116- - uses : actions/download-artifact@v4
116+ - uses : actions/download-artifact@v5
117117 with :
118118 name : jupyterlite
119119 path : ' public/live'
@@ -125,7 +125,7 @@ jobs:
125125 done
126126
127127 - name : Upload artifact
128- uses : actions/upload-pages-artifact@v3
128+ uses : actions/upload-pages-artifact@v4
129129 with :
130130 path : ' public'
131131
Original file line number Diff line number Diff line change 1515 python-version : [ '3.x' ]
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919
2020 - name : Set up Python
2121 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments