File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/setup-python@v3
1515 - run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
16- - uses : actions/checkout@v2.4.0
16+ - uses : actions/checkout@v3
1717 - run : python setup.py sdist bdist_wheel
1818 - run : python -m twine check dist/*
1919
2323 - uses : actions/setup-node@v3
2424 with :
2525 node-version : ' 14.x'
26- - uses : actions/checkout@v2.4.0
26+ - uses : actions/checkout@v3
2727 - id : cache-npm
2828 uses : actions/cache@v2.1.7
2929 with :
4747 - pydocstyle .
4848 steps :
4949 - uses : actions/setup-python@v3
50- - uses : actions/checkout@v2.4.0
50+ - uses : actions/checkout@v3
5151 - uses : actions/cache@v2.1.7
5252 with :
5353 path : ~/.cache/pip
7474 - " 3.1"
7575 - " 3.2"
7676 steps :
77- - uses : actions/checkout@v2.4.0
77+ - uses : actions/checkout@v3
7878 - name : Set up Python ${{ matrix.python-version }}
7979 uses : actions/setup-python@v3
8080 with :
Original file line number Diff line number Diff line change 99
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2.4.0
12+ - uses : actions/checkout@v3
1313 - uses : actions/setup-python@v3
1414 - name : Install Python dependencies
1515 run : python -m pip install --upgrade pip setuptools wheel twine
You can’t perform that action at this time.
0 commit comments