File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 test_js :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-node@v3
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-node@v4
1414 with :
1515 node-version-file : .nvmrc
16- - uses : actions/cache@v3
16+ - uses : actions/cache@v4
1717 with :
1818 path : ~/.npm
1919 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2424 test_python :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v3
28- - uses : actions/setup-python@v3
27+ - uses : actions/checkout@v4
28+ - uses : actions/setup-python@v5
2929 with :
3030 python-version : " 3.9"
3131 - run : pip install -e . && pip install -r requirements.txt && pip install coveralls==3.0.1
4949 - python : " 3.9"
5050 - python : " 3.10"
5151 steps :
52- - uses : actions/checkout@v3
53- - uses : actions/setup-python@v3
52+ - uses : actions/checkout@v4
53+ - uses : actions/setup-python@v5
5454 with :
5555 python-version : ${{ matrix.python }}
5656 - run : pip install -e . && pip install $(cat requirements.txt | grep pytest)
You can’t perform that action at this time.
0 commit comments