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@v4
21+ - uses : actions/checkout@v5
2222 - uses : actions/setup-python@v5
2323 with :
2424 python-version : " 3.x"
3030 dist :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - uses : actions/setup-python@v5
3535 with :
3636 python-version : " 3.x"
4141 standardjs :
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 - uses : actions/setup-node@v4
4646 with :
4747 node-version-file : ' .nvmrc'
5151 docs :
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555 - uses : actions/setup-python@v5
5656 with :
5757 python-version : " 3.10"
7575 - " 5.1"
7676 runs-on : ubuntu-latest
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v5
7979 - uses : actions/setup-python@v5
8080 with :
8181 python-version : ${{ matrix.python-version }}
9494 - " 3.x"
9595 runs-on : ubuntu-latest
9696 steps :
97- - uses : actions/checkout@v4
97+ - uses : actions/checkout@v5
9898 - name : Install Chrome
9999 run : sudo apt-get install -y google-chrome-stable
100100 - 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@v4
11+ - uses : actions/checkout@v5
1212 - uses : actions/setup-python@v5
1313 with :
1414 python-version : " 3.x"
2323 npm :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : actions/setup-node@v4
2828 - uses : actions/setup-python@v5
2929 with :
You can’t perform that action at this time.
0 commit comments