File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
- name : Setup Anaconda
16
- uses : conda-incubator/setup-miniconda@v2
16
+ uses : conda-incubator/setup-miniconda@v3
17
17
with :
18
18
auto-update-conda : true
19
19
auto-activate-base : true
@@ -39,13 +39,13 @@ jobs:
39
39
run : |
40
40
jb build lectures --path-output ./ -W --keep-going
41
41
- name : Upload Execution Reports
42
- uses : actions/upload-artifact@v2
42
+ uses : actions/upload-artifact@v4
43
43
if : failure()
44
44
with :
45
45
name : execution-reports
46
46
path : _build/html/reports
47
47
- name : Upload "_build" folder (cache)
48
- uses : actions/upload-artifact@v2
48
+ uses : actions/upload-artifact@v4
49
49
with :
50
50
name : build-cache
51
51
path : _build
Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- name : Checkout
8
- uses : actions/checkout@v2
8
+ uses : actions/checkout@v4
9
9
- name : Setup Anaconda
10
- uses : conda-incubator/setup-miniconda@v2
10
+ uses : conda-incubator/setup-miniconda@v3
11
11
with :
12
12
auto-update-conda : true
13
13
auto-activate-base : true
35
35
shell : bash -l {0}
36
36
run : pip list
37
37
- name : Download "build" folder (cache)
38
- uses : dawidd6/action-download-artifact@v2
38
+ uses : dawidd6/action-download-artifact@v3
39
39
with :
40
40
workflow : cache.yml
41
41
branch : main
68
68
name : _build
69
69
path : _build
70
70
- name : Preview Deploy to Netlify
71
- uses : nwtgck/actions-netlify@v1.1
71
+ uses : nwtgck/actions-netlify@v2
72
72
with :
73
73
publish-dir : ' _build/html/'
74
74
production-branch : master
Original file line number Diff line number Diff line change 14
14
python-version : ["3.11"]
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v2
18
- - uses : conda-incubator/setup-miniconda@v2
17
+ uses : actions/checkout@v4
18
+ - uses : conda-incubator/setup-miniconda@v3
19
19
with :
20
20
auto-update-conda : true
21
21
python-version : ${{ matrix.python-version }}
41
41
shell : bash -l {0}
42
42
run : jb build lectures --path-output=./ -W --keep-going
43
43
- name : Upload Execution Reports
44
- uses : actions/upload-artifact@v2
44
+ uses : actions/upload-artifact@v4
45
45
if : failure()
46
46
with :
47
47
name : execution-reports
56
56
python-version : ["3.11"]
57
57
steps :
58
58
- name : Checkout
59
- uses : actions/checkout@v2
60
- - uses : conda-incubator/setup-miniconda@v2
59
+ uses : actions/checkout@v4
60
+ - uses : conda-incubator/setup-miniconda@v3
61
61
with :
62
62
auto-update-conda : true
63
63
python-version : ${{ matrix.python-version }}
73
73
shell : bash -l {0}
74
74
run : jb build lectures --path-output=./ -W --keep-going
75
75
- name : Upload Execution Reports
76
- uses : actions/upload-artifact@v2
76
+ uses : actions/upload-artifact@v4
77
77
if : failure()
78
78
with :
79
79
name : execution-reports
Original file line number Diff line number Diff line change 16
16
python-version : ["3.11"]
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
20
20
- name : Setup Anaconda
21
- uses : conda-incubator/setup-miniconda@v2
21
+ uses : conda-incubator/setup-miniconda@v3
22
22
with :
23
23
auto-update-conda : true
24
24
auto-activate-base : true
27
27
environment-file : environment.yml
28
28
activate-environment : quantecon
29
29
- name : Download "build" folder (cache)
30
- uses : dawidd6/action-download-artifact@v2
30
+ uses : dawidd6/action-download-artifact@v3
31
31
with :
32
32
workflow : cache.yml
33
33
branch : main
37
37
shell : bash -l {0}
38
38
run : jb build lectures --path-output=./ --builder=custom --custom-builder=linkcheck
39
39
- name : Upload Link Checker Reports
40
- uses : actions/upload-artifact@v2
40
+ uses : actions/upload-artifact@v4
41
41
if : failure()
42
42
with :
43
43
name : linkcheck-reports
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v4
13
13
- name : Setup Anaconda
14
- uses : conda-incubator/setup-miniconda@v2
14
+ uses : conda-incubator/setup-miniconda@v3
15
15
with :
16
16
auto-update-conda : true
17
17
auto-activate-base : true
39
39
shell : bash -l {0}
40
40
run : pip list
41
41
- name : Download "build" folder (cache)
42
- uses : dawidd6/action-download-artifact@v2
42
+ uses : dawidd6/action-download-artifact@v3
43
43
with :
44
44
workflow : cache.yml
45
45
branch : main
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
- default
4
4
dependencies :
5
5
- python=3.11
6
- - anaconda=2023.09
6
+ - anaconda=2024.02
7
7
- pip
8
8
- pip :
9
9
- jupyter-book==0.15.1
You can’t perform that action at this time.
0 commit comments