File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
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.2 .0
25+ - uses : actions/checkout@v3.3 .0
2626 - name : Set up Python
2727 uses : actions/setup-python@v4.4.0
2828 with :
@@ -34,15 +34,15 @@ jobs:
3434 TOXENV : docs
3535 run : tox
3636 - name : Archive generated docs
37- uses : actions/upload-artifact@v3.1.1
37+ uses : actions/upload-artifact@v3.1.2
3838 with :
3939 name : html-docs
4040 path : build/sphinx/html/
4141
4242 twine-check :
4343 runs-on : ubuntu-20.04
4444 steps :
45- - uses : actions/checkout@v3.2 .0
45+ - uses : actions/checkout@v3.3 .0
4646 - name : Set up Python
4747 uses : actions/setup-python@v4.4.0
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.2 .0
25+ - uses : actions/checkout@v3.3 .0
2626 with :
2727 fetch-depth : 0
2828 - uses : actions/setup-python@v4.4.0
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.2 .0
32+ - uses : actions/checkout@v3.3 .0
3333 - uses : actions/setup-python@v4.4.0
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.2 .0
13+ - uses : actions/checkout@v3.3 .0
1414 with :
1515 fetch-depth : 0
1616 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4646 version : " 3.11"
4747 toxenv : py310,smoke
4848 steps :
49- - uses : actions/checkout@v3.2 .0
49+ - uses : actions/checkout@v3.3 .0
5050 - name : Set up Python ${{ matrix.python.version }}
5151 uses : actions/setup-python@v4.4.0
5252 with :
6464 matrix :
6565 toxenv : [api_func_v4, cli_func_v4]
6666 steps :
67- - uses : actions/checkout@v3.2 .0
67+ - uses : actions/checkout@v3.3 .0
6868 - name : Set up Python
6969 uses : actions/setup-python@v4.4.0
7070 with :
8585 coverage :
8686 runs-on : ubuntu-20.04
8787 steps :
88- - uses : actions/checkout@v3.2 .0
88+ - uses : actions/checkout@v3.3 .0
8989 - name : Set up Python ${{ matrix.python-version }}
9090 uses : actions/setup-python@v4.4.0
9191 with :
@@ -126,12 +126,12 @@ jobs:
126126 runs-on : ubuntu-latest
127127 needs : [dist]
128128 steps :
129- - uses : actions/checkout@v3.2 .0
129+ - uses : actions/checkout@v3.3 .0
130130 - name : Set up Python
131131 uses : actions/setup-python@v4.4.0
132132 with :
133133 python-version : ' 3.11'
134- - uses : actions/download-artifact@v3.0.1
134+ - uses : actions/download-artifact@v3.0.2
135135 with :
136136 name : dist
137137 path : dist
Original file line number Diff line number Diff line change 2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/pycqa/pylint
23- rev : v2.15.9
23+ rev : v2.15.10
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.77.1
50+ rev : 34.97.0
5151 hooks :
5252 - id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments