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 contents : read
1616 id-token : write
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919
2020 # Install dependencies
2121 - name : Set up Python 3.12
3333 # execute:
3434 # execute_notebooks: cache
3535 - name : cache executed notebooks
36- uses : actions/cache@v3
36+ uses : actions/cache@v4
3737 with :
3838 path : _build/.jupyter_cache
3939 key : jupyter-book-cache-${{ hashFiles('requirements.txt') }}
@@ -46,11 +46,11 @@ jobs:
4646
4747 # Upload the book's HTML as an artifact
4848 - name : Upload artifact
49- uses : actions/upload-pages-artifact@v2
49+ uses : actions/upload-pages-artifact@v3
5050 with :
5151 path : " jupyter/_build/html"
5252
5353 # Deploy the book's HTML to GitHub Pages
5454 - name : Deploy to GitHub Pages
5555 id : deployment
56- uses : actions/deploy-pages@v2
56+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments