File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 run :
2020 shell : bash -el {0}
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323
2424 # Install dependencies
25- - uses : conda-incubator/setup-miniconda@v2
25+ - uses : conda-incubator/setup-miniconda@v3
2626 with :
27- python-version : ' 3.10 '
27+ python-version : ' 3.12 '
2828 mamba-version : " *"
2929 channels : conda-forge,defaults
3030 channel-priority : true
3737
3838 # Upload the book's html (can download to check it)
3939 - name : Upload artifact
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : bioimage-book-html
4343 path : _build/html
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 run :
2020 shell : bash -el {0}
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323
2424 # Install dependencies
25- - uses : conda-incubator/setup-miniconda@v2
25+ - uses : conda-incubator/setup-miniconda@v3
2626 with :
27- python-version : ' 3.10 '
27+ python-version : ' 3.12 '
2828 mamba-version : " *"
2929 channels : conda-forge,defaults
3030 channel-priority : true
3838
3939 # Push the book's HTML to github-pages
4040 - name : GitHub Pages action
41- uses : peaceiris/actions-gh-pages@v3.6.1
41+ uses : peaceiris/actions-gh-pages@v4
4242 with :
4343 github_token : ${{ secrets.GITHUB_TOKEN }}
4444 publish_dir : ./_build/html
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 run :
1818 shell : bash -el {0}
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
2222 # Install dependencies
23- - uses : conda-incubator/setup-miniconda@v2
23+ - uses : conda-incubator/setup-miniconda@v3
2424 with :
25- python-version : ' 3.10 '
25+ python-version : ' 3.12 '
2626 mamba-version : " *"
2727 channels : conda-forge,defaults
2828 channel-priority : true
You can’t perform that action at this time.
0 commit comments