File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
name : " Execute and convert the notebooks to HTML"
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v4.6.0
20
+ uses : actions/setup-python@v5
21
21
with :
22
- python-version : 3.9
22
+ python-version : 3.12
23
23
24
24
- name : Install dependencies
25
25
run : |
40
40
run : |
41
41
echo "::set-output name=artifactName::rendered-tutorials"
42
42
43
- - uses : actions/upload-artifact@v3
43
+ - uses : actions/upload-artifact@v4
44
44
with :
45
45
name : ${{ steps.nameartifact.outputs.artifactName }}
46
46
path : _build
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
16
16
name : " Execute and convert the notebooks to HTML"
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
22
23
23
- name : Set up Python
24
- uses : actions/setup-python@v4.6.0
24
+ uses : actions/setup-python@v5
25
25
with :
26
- python-version : 3.9
26
+ python-version : 3.12
27
27
28
28
- name : Install dependencies
29
29
run : |
52
52
run : |
53
53
echo "::set-output name=artifactName::rendered-tutorials"
54
54
55
- - uses : actions/upload-artifact@v3
55
+ - uses : actions/upload-artifact@v4
56
56
with :
57
57
name : ${{ steps.nameartifact.outputs.artifactName }}
58
58
path : _build
You can’t perform that action at this time.
0 commit comments