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 4141 persist-credentials : false
4242
4343 - name : Install Node.js
44- uses : actions/setup-node@v2
44+ uses : actions/setup-node@v3
4545 with :
4646 node-version : ${{ env.NODE_VERSION }}
4747
Original file line number Diff line number Diff line change 4141 with :
4242 persist-credentials : false
4343 - name : Set up Python ${{ env.PYTHON_VERSION }}
44- uses : actions/setup-python@v2
44+ uses : actions/setup-python@v3
4545 with :
4646 python-version : ${{ env.PYTHON_VERSION }}
4747 - name : Environment Information
5555 mkdir tarballs
5656 mv *.tar.gz tarballs
5757 - name : Upload tarball artifact
58- uses : actions/upload-artifact@v2
58+ uses : actions/upload-artifact@v3
5959 with :
6060 name : tarballs
6161 path : tarballs
@@ -67,13 +67,13 @@ jobs:
6767 with :
6868 persist-credentials : false
6969 - name : Set up Python ${{ env.PYTHON_VERSION }}
70- uses : actions/setup-python@v2
70+ uses : actions/setup-python@v3
7171 with :
7272 python-version : ${{ env.PYTHON_VERSION }}
7373 - name : Environment Information
7474 run : npx envinfo
7575 - name : Download tarball
76- uses : actions/download-artifact@v2
76+ uses : actions/download-artifact@v3
7777 with :
7878 name : tarballs
7979 path : tarballs
Original file line number Diff line number Diff line change 4040 with :
4141 persist-credentials : false
4242 - name : Set up Python ${{ env.PYTHON_VERSION }}
43- uses : actions/setup-python@v2
43+ uses : actions/setup-python@v3
4444 with :
4545 python-version : ${{ env.PYTHON_VERSION }}
4646 - name : Install deps
Original file line number Diff line number Diff line change 2020 persist-credentials : false
2121 - run : git reset HEAD^2
2222 - name : Install Node.js
23- uses : actions/setup-node@v2
23+ uses : actions/setup-node@v3
2424 with :
2525 node-version : ${{ env.NODE_VERSION }}
2626 - name : Validate commit message
Original file line number Diff line number Diff line change 5555
5656 # Install dependencies
5757 - name : Install Node.js
58- uses : actions/setup-node@v2
58+ uses : actions/setup-node@v3
5959 with :
6060 node-version : ${{ env.NODE_VERSION }}
6161 - name : Install node-core-utils
Original file line number Diff line number Diff line change 3737 with :
3838 persist-credentials : false
3939 - name : Set up Python ${{ env.PYTHON_VERSION }}
40- uses : actions/setup-python@v2
40+ uses : actions/setup-python@v3
4141 with :
4242 python-version : ${{ env.PYTHON_VERSION }}
4343 - name : Environment Information
Original file line number Diff line number Diff line change 3939 with :
4040 persist-credentials : false
4141 - name : Set up Python ${{ env.PYTHON_VERSION }}
42- uses : actions/setup-python@v2
42+ uses : actions/setup-python@v3
4343 with :
4444 python-version : ${{ env.PYTHON_VERSION }}
4545 - name : Install deps
Original file line number Diff line number Diff line change 1818 with :
1919 persist-credentials : false
2020 - name : Use Node.js ${{ env.NODE_VERSION }}
21- uses : actions/setup-node@v2
21+ uses : actions/setup-node@v3
2222 with :
2323 node-version : ${{ env.NODE_VERSION }}
2424 - name : Environment Information
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 with :
2727 persist-credentials : false
2828 - name : Use Node.js ${{ env.NODE_VERSION }}
29- uses : actions/setup-node@v2
29+ uses : actions/setup-node@v3
3030 with :
3131 node-version : ${{ env.NODE_VERSION }}
3232 - name : Environment Information
3333 run : npx envinfo
3434 - name : Build
3535 run : NODE=$(command -v node) make doc-only
36- - uses : actions/upload-artifact@v2
36+ - uses : actions/upload-artifact@v3
3737 with :
3838 name : docs
3939 path : out/doc
Original file line number Diff line number Diff line change 2222 persist-credentials : false
2323
2424 - name : Use Node.js ${{ env.NODE_VERSION }}
25- uses : actions/setup-node@v2
25+ uses : actions/setup-node@v3
2626 with :
2727 node-version : ${{ env.NODE_VERSION }}
2828
You can’t perform that action at this time.
0 commit comments