File tree Expand file tree Collapse file tree 16 files changed +34
-34
lines changed Expand file tree Collapse file tree 16 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 41
41
persist-credentials : false
42
42
43
43
- name : Install Node.js
44
- uses : actions/setup-node@v2
44
+ uses : actions/setup-node@v3
45
45
with :
46
46
node-version : ${{ env.NODE_VERSION }}
47
47
Original file line number Diff line number Diff line change 41
41
with :
42
42
persist-credentials : false
43
43
- name : Set up Python ${{ env.PYTHON_VERSION }}
44
- uses : actions/setup-python@v2
44
+ uses : actions/setup-python@v3
45
45
with :
46
46
python-version : ${{ env.PYTHON_VERSION }}
47
47
- name : Environment Information
55
55
mkdir tarballs
56
56
mv *.tar.gz tarballs
57
57
- name : Upload tarball artifact
58
- uses : actions/upload-artifact@v2
58
+ uses : actions/upload-artifact@v3
59
59
with :
60
60
name : tarballs
61
61
path : tarballs
@@ -67,13 +67,13 @@ jobs:
67
67
with :
68
68
persist-credentials : false
69
69
- name : Set up Python ${{ env.PYTHON_VERSION }}
70
- uses : actions/setup-python@v2
70
+ uses : actions/setup-python@v3
71
71
with :
72
72
python-version : ${{ env.PYTHON_VERSION }}
73
73
- name : Environment Information
74
74
run : npx envinfo
75
75
- name : Download tarball
76
- uses : actions/download-artifact@v2
76
+ uses : actions/download-artifact@v3
77
77
with :
78
78
name : tarballs
79
79
path : tarballs
Original file line number Diff line number Diff line change 40
40
with :
41
41
persist-credentials : false
42
42
- name : Set up Python ${{ env.PYTHON_VERSION }}
43
- uses : actions/setup-python@v2
43
+ uses : actions/setup-python@v3
44
44
with :
45
45
python-version : ${{ env.PYTHON_VERSION }}
46
46
- name : Install deps
Original file line number Diff line number Diff line change 20
20
persist-credentials : false
21
21
- run : git reset HEAD^2
22
22
- name : Install Node.js
23
- uses : actions/setup-node@v2
23
+ uses : actions/setup-node@v3
24
24
with :
25
25
node-version : ${{ env.NODE_VERSION }}
26
26
- name : Validate commit message
Original file line number Diff line number Diff line change 55
55
56
56
# Install dependencies
57
57
- name : Install Node.js
58
- uses : actions/setup-node@v2
58
+ uses : actions/setup-node@v3
59
59
with :
60
60
node-version : ${{ env.NODE_VERSION }}
61
61
- name : Install node-core-utils
Original file line number Diff line number Diff line change 37
37
with :
38
38
persist-credentials : false
39
39
- name : Set up Python ${{ env.PYTHON_VERSION }}
40
- uses : actions/setup-python@v2
40
+ uses : actions/setup-python@v3
41
41
with :
42
42
python-version : ${{ env.PYTHON_VERSION }}
43
43
- name : Environment Information
Original file line number Diff line number Diff line change 39
39
with :
40
40
persist-credentials : false
41
41
- name : Set up Python ${{ env.PYTHON_VERSION }}
42
- uses : actions/setup-python@v2
42
+ uses : actions/setup-python@v3
43
43
with :
44
44
python-version : ${{ env.PYTHON_VERSION }}
45
45
- name : Install deps
Original file line number Diff line number Diff line change 18
18
with :
19
19
persist-credentials : false
20
20
- name : Use Node.js ${{ env.NODE_VERSION }}
21
- uses : actions/setup-node@v2
21
+ uses : actions/setup-node@v3
22
22
with :
23
23
node-version : ${{ env.NODE_VERSION }}
24
24
- name : Environment Information
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
with :
27
27
persist-credentials : false
28
28
- name : Use Node.js ${{ env.NODE_VERSION }}
29
- uses : actions/setup-node@v2
29
+ uses : actions/setup-node@v3
30
30
with :
31
31
node-version : ${{ env.NODE_VERSION }}
32
32
- name : Environment Information
33
33
run : npx envinfo
34
34
- name : Build
35
35
run : NODE=$(command -v node) make doc-only
36
- - uses : actions/upload-artifact@v2
36
+ - uses : actions/upload-artifact@v3
37
37
with :
38
38
name : docs
39
39
path : out/doc
Original file line number Diff line number Diff line change 22
22
persist-credentials : false
23
23
24
24
- name : Use Node.js ${{ env.NODE_VERSION }}
25
- uses : actions/setup-node@v2
25
+ uses : actions/setup-node@v3
26
26
with :
27
27
node-version : ${{ env.NODE_VERSION }}
28
28
You can’t perform that action at this time.
0 commit comments