File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 steps :
1313 - uses : actions/setup-python@v2.2.2
1414 - run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
15- - uses : actions/checkout@v2.3.4
15+ - uses : actions/checkout@v2.3.5
1616 - run : python setup.py sdist bdist_wheel
1717 - run : python -m twine check dist/*
1818
1919 standardjs :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v2.3.4
22+ - uses : actions/checkout@v2.3.5
2323 - uses : actions/setup-node@v2.4.1
2424 with :
2525 node-version : ' 12.x'
3131 steps :
3232 - uses : actions/setup-python@v2.2.2
3333 - run : python -m pip install -U setuptools wheel
34- - uses : actions/checkout@v2.3.4
34+ - uses : actions/checkout@v2.3.5
3535 - run : sudo apt-get install -y gettext graphviz
3636 - run : python setup.py develop
3737 - run : python setup.py build_sphinx -W -b doctest -b html
6565 mkdir bin
6666 curl -O https://chromedriver.storage.googleapis.com/`curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
6767 unzip chromedriver_linux64.zip -d bin
68- - uses : actions/checkout@v2.3.4
68+ - uses : actions/checkout@v2.3.5
6969 - name : Install dependencies
7070 run : |
7171 python -m pip install --upgrade pip setuptools wheel codecov
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/setup-python@v2.2.2
12- - uses : actions/checkout@v2.3.4
12+ - uses : actions/checkout@v2.3.5
1313 - name : Install Python dependencies
1414 run : python -m pip install --upgrade pip setuptools wheel twine
1515 - name : Build dist packages
2525 steps :
2626 - uses : actions/setup-node@v2.4.1
2727 - uses : actions/setup-python@v2.2.2
28- - uses : actions/checkout@v2.3.4
28+ - uses : actions/checkout@v2.3.5
2929 - run : python set_version.py
3030 - name : Upload packages
3131 run : npm publish
You can’t perform that action at this time.
0 commit comments