File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
19
19
steps :
20
20
- name : Check out the repo containing the docu source
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
23
23
- name : Check out the repo containing the python pkg DoubleML (dev)
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
with :
26
26
repository : DoubleML/doubleml-for-py
27
27
path : doubleml-for-py
35
35
run : sudo apt-get install graphviz
36
36
37
37
- name : Install python
38
- uses : actions/setup-python@v2
38
+ uses : actions/setup-python@v4
39
39
with :
40
40
python-version : ' 3.8'
41
41
- name : Install dependencies and the python package
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Check out the repo containing the docu source
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3
17
17
18
18
- name : Install SSH Client for deploying the docu to github pages
19
19
uses :
webfactory/[email protected]
24
24
run : sudo apt-get install graphviz
25
25
26
26
- name : Install python
27
- uses : actions/setup-python@v2
27
+ uses : actions/setup-python@v4
28
28
with :
29
29
python-version : ' 3.8'
30
30
- name : Install dependencies and the python package
Original file line number Diff line number Diff line change @@ -32,18 +32,18 @@ jobs:
32
32
33
33
steps :
34
34
- name : Check out the repo containing the docu source
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v3
36
36
37
37
- name : Check out the repo containing the python pkg DoubleML (dev)
38
38
if : ${{ github.event_name != 'workflow_dispatch' }}
39
- uses : actions/checkout@v2
39
+ uses : actions/checkout@v3
40
40
with :
41
41
repository : DoubleML/doubleml-for-py
42
42
path : doubleml-for-py
43
43
44
44
- name : Check out the repo containing the python pkg DoubleML (dev)
45
45
if : ${{ github.event_name == 'workflow_dispatch' }}
46
- uses : actions/checkout@v2
46
+ uses : actions/checkout@v3
47
47
with :
48
48
repository : DoubleML/doubleml-for-py
49
49
path : doubleml-for-py
53
53
run : sudo apt-get install graphviz
54
54
55
55
- name : Install python
56
- uses : actions/setup-python@v2
56
+ uses : actions/setup-python@v4
57
57
with :
58
58
python-version : ' 3.8'
59
59
- name : Install dependencies and the python package
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
22
22
steps :
23
23
- name : Check out the repo containing the docu source
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
26
26
- name : Install graphviz
27
27
run : sudo apt-get install graphviz
28
28
29
29
- name : Install python
30
- uses : actions/setup-python@v2
30
+ uses : actions/setup-python@v4
31
31
with :
32
32
python-version : ' 3.8'
33
33
- name : Install dependencies and the python package
You can’t perform that action at this time.
0 commit comments