File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v3
2626 - name : Set up Python
27- uses : actions/setup-python@v3
27+ uses : actions/setup-python@v4
2828 with :
2929 python-version : " 3.10"
3030 - name : Install dependencies
4444 steps :
4545 - uses : actions/checkout@v3
4646 - name : Set up Python
47- uses : actions/setup-python@v3
47+ uses : actions/setup-python@v4
4848 with :
4949 python-version : " 3.10"
5050 - name : Install dependencies
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v3
2626 with :
2727 fetch-depth : 0
28- - uses : actions/setup-python@v3
28+ - uses : actions/setup-python@v4
2929 - run : pip install --upgrade tox
3030 - name : Run commitizen (https://commitizen-tools.github.io/commitizen/)
3131 run : tox -e cz
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - uses : actions/checkout@v3
33- - uses : actions/setup-python@v3
33+ - uses : actions/setup-python@v4
3434 - run : pip install --upgrade -r requirements.txt -r requirements-lint.txt pre-commit
3535 - name : Run pre-commit install
3636 run : pre-commit install
Original file line number Diff line number Diff line change 4747 steps :
4848 - uses : actions/checkout@v3
4949 - name : Set up Python ${{ matrix.python.version }}
50- uses : actions/setup-python@v3
50+ uses : actions/setup-python@v4
5151 with :
5252 python-version : ${{ matrix.python.version }}
5353 - name : Install dependencies
6565 steps :
6666 - uses : actions/checkout@v3
6767 - name : Set up Python
68- uses : actions/setup-python@v3
68+ uses : actions/setup-python@v4
6969 with :
7070 python-version : " 3.10"
7171 - name : Install dependencies
8686 steps :
8787 - uses : actions/checkout@v3
8888 - name : Set up Python ${{ matrix.python-version }}
89- uses : actions/setup-python@v3
89+ uses : actions/setup-python@v4
9090 with :
9191 python-version : " 3.10"
9292 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments