File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 - name : Set up Node
17- uses : actions/setup-node@v1
17+ uses : actions/setup-node@v4
1818 with :
1919 node-version : ' 10'
2020 - name : Install npm Dependencies
2424 npm run build
2525 cd ..
2626 - name : Set up Python
27- uses : actions/setup-python@v1
27+ uses : actions/setup-python@v4
2828 with :
29- python-version : ' 3.7 '
29+ python-version : ' 3.9 '
3030 - name : Install python dependencies
3131 run : |
3232 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - name : Set up Python
15- uses : actions/setup-python@v1
15+ uses : actions/setup-python@v3
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 - name : Install python dependencies
You can’t perform that action at this time.
0 commit comments