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 1818 - isort --check-only --diff .
1919 - pydocstyle .
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - uses : actions/setup-python@v4
2323 with :
2424 python-version : " 3.x"
3030 dist :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 - uses : actions/setup-python@v4
3535 with :
3636 python-version : " 3.x"
4141 standardjs :
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v3
44+ - uses : actions/checkout@v4
4545 - uses : actions/setup-node@v3
4646 with :
4747 node-version : ' 12.x'
5151 docs :
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v3
54+ - uses : actions/checkout@v4
5555 - uses : actions/setup-python@v4
5656 with :
5757 python-version : " 3.10"
7676 - " 4.2"
7777 runs-on : ubuntu-latest
7878 steps :
79- - uses : actions/checkout@v3
79+ - uses : actions/checkout@v4
8080 - uses : actions/setup-python@v4
8181 with :
8282 python-version : ${{ matrix.python-version }}
9595 - " 3.x"
9696 runs-on : ubuntu-latest
9797 steps :
98- - uses : actions/checkout@v3
98+ - uses : actions/checkout@v4
9999 - name : Install Chrome
100100 run : sudo apt-get install -y google-chrome-stable
101101 - name : Install Selenium
Original file line number Diff line number Diff line change 88 PyPI :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1212 - uses : actions/setup-python@v4
1313 with :
1414 python-version : " 3.x"
2323 npm :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 - uses : actions/setup-node@v3
2828 - uses : actions/setup-python@v4
2929 with :
You can’t perform that action at this time.
0 commit comments