File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v3.2.0
2626 - name : Set up Python
27- uses : actions/setup-python@v4.3.1
27+ uses : actions/setup-python@v4.4.0
2828 with :
2929 python-version : " 3.11"
3030 - name : Install dependencies
4444 steps :
4545 - uses : actions/checkout@v3.2.0
4646 - name : Set up Python
47- uses : actions/setup-python@v4.3.1
47+ uses : actions/setup-python@v4.4.0
4848 with :
4949 python-version : " 3.11"
5050 - name : Install dependencies
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v3.2.0
2626 with :
2727 fetch-depth : 0
28- - uses : actions/setup-python@v4.3.1
28+ - uses : actions/setup-python@v4.4.0
2929 with :
3030 python-version : " 3.11"
3131 - run : pip install --upgrade tox
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - uses : actions/checkout@v3.2.0
33- - uses : actions/setup-python@v4.3.1
33+ - uses : actions/setup-python@v4.4.0
3434 with :
3535 python-version : " 3.11"
3636 - name : install tox
Original file line number Diff line number Diff line change 4848 steps :
4949 - uses : actions/checkout@v3.2.0
5050 - name : Set up Python ${{ matrix.python.version }}
51- uses : actions/setup-python@v4.3.1
51+ uses : actions/setup-python@v4.4.0
5252 with :
5353 python-version : ${{ matrix.python.version }}
5454 - name : Install dependencies
6666 steps :
6767 - uses : actions/checkout@v3.2.0
6868 - name : Set up Python
69- uses : actions/setup-python@v4.3.1
69+ uses : actions/setup-python@v4.4.0
7070 with :
7171 python-version : " 3.11"
7272 - name : Install dependencies
8787 steps :
8888 - uses : actions/checkout@v3.2.0
8989 - name : Set up Python ${{ matrix.python-version }}
90- uses : actions/setup-python@v4.3.1
90+ uses : actions/setup-python@v4.4.0
9191 with :
9292 python-version : " 3.11"
9393 - name : Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128 steps :
129129 - uses : actions/checkout@v3.2.0
130130 - name : Set up Python
131- uses : actions/setup-python@v4.3.1
131+ uses : actions/setup-python@v4.4.0
132132 with :
133133 python-version : ' 3.11'
134134 - uses : actions/download-artifact@v3.0.1
Original file line number Diff line number Diff line change 1616 hooks :
1717 - id : flake8
1818 - repo : https://github.com/pycqa/isort
19- rev : 5.11.3
19+ rev : 5.11.4
2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/pycqa/pylint
4747 - id : rst-directive-colons
4848 - id : rst-inline-touching-normal
4949 - repo : https://github.com/maxbrunet/pre-commit-renovate
50- rev : 34.56.3
50+ rev : 34.74.0
5151 hooks :
5252 - id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments