File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2222 sphinx :
2323 runs-on : ubuntu-20.04
2424 steps :
25- - uses : actions/checkout@v3.1 .0
25+ - uses : actions/checkout@v3.2 .0
2626 - name : Set up Python
2727 uses : actions/setup-python@v4.3.1
2828 with :
4242 twine-check :
4343 runs-on : ubuntu-20.04
4444 steps :
45- - uses : actions/checkout@v3.1 .0
45+ - uses : actions/checkout@v3.2 .0
4646 - name : Set up Python
4747 uses : actions/setup-python@v4.3.1
4848 with :
Original file line number Diff line number Diff line change 2222 lint :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3.1 .0
25+ - uses : actions/checkout@v3.2 .0
2626 with :
2727 fetch-depth : 0
2828 - uses : actions/setup-python@v4.3.1
Original file line number Diff line number Diff line change 2929 pre_commit :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v3.1 .0
32+ - uses : actions/checkout@v3.2 .0
3333 - uses : actions/setup-python@v4.3.1
3434 with :
3535 python-version : " 3.11"
Original file line number Diff line number Diff line change 1010 if : github.repository == 'python-gitlab/python-gitlab'
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3.1 .0
13+ - uses : actions/checkout@v3.2 .0
1414 with :
1515 fetch-depth : 0
1616 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4545 version : " 3.11"
4646 toxenv : py310,smoke
4747 steps :
48- - uses : actions/checkout@v3.1 .0
48+ - uses : actions/checkout@v3.2 .0
4949 - name : Set up Python ${{ matrix.python.version }}
5050 uses : actions/setup-python@v4.3.1
5151 with :
6363 matrix :
6464 toxenv : [api_func_v4, cli_func_v4]
6565 steps :
66- - uses : actions/checkout@v3.1 .0
66+ - uses : actions/checkout@v3.2 .0
6767 - name : Set up Python
6868 uses : actions/setup-python@v4.3.1
6969 with :
8484 coverage :
8585 runs-on : ubuntu-20.04
8686 steps :
87- - uses : actions/checkout@v3.1 .0
87+ - uses : actions/checkout@v3.2 .0
8888 - name : Set up Python ${{ matrix.python-version }}
8989 uses : actions/setup-python@v4.3.1
9090 with :
@@ -125,7 +125,7 @@ jobs:
125125 runs-on : ubuntu-latest
126126 needs : [dist]
127127 steps :
128- - uses : actions/checkout@v3.1 .0
128+ - uses : actions/checkout@v3.2 .0
129129 - name : Set up Python
130130 uses : actions/setup-python@v4.3.1
131131 with :
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ repos:
1616 hooks :
1717 - id : flake8
1818 - repo : https://github.com/pycqa/isort
19- rev : 5.10.1
19+ rev : 5.11.3
2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/pycqa/pylint
23- rev : v2.15.8
23+ rev : v2.15.9
2424 hooks :
2525 - id : pylint
2626 additional_dependencies :
4747 - id : rst-directive-colons
4848 - id : rst-inline-touching-normal
4949 - repo : https://github.com/maxbrunet/pre-commit-renovate
50- rev : 34.54.2
50+ rev : 34.56.3
5151 hooks :
5252 - id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments