File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22
22
sphinx :
23
23
runs-on : ubuntu-20.04
24
24
steps :
25
- - uses : actions/checkout@v3.2 .0
25
+ - uses : actions/checkout@v3.3 .0
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v4.4.0
28
28
with :
@@ -34,15 +34,15 @@ jobs:
34
34
TOXENV : docs
35
35
run : tox
36
36
- name : Archive generated docs
37
- uses : actions/upload-artifact@v3.1.1
37
+ uses : actions/upload-artifact@v3.1.2
38
38
with :
39
39
name : html-docs
40
40
path : build/sphinx/html/
41
41
42
42
twine-check :
43
43
runs-on : ubuntu-20.04
44
44
steps :
45
- - uses : actions/checkout@v3.2 .0
45
+ - uses : actions/checkout@v3.3 .0
46
46
- name : Set up Python
47
47
uses : actions/setup-python@v4.4.0
48
48
with :
Original file line number Diff line number Diff line change 22
22
lint :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3.2 .0
25
+ - uses : actions/checkout@v3.3 .0
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : actions/setup-python@v4.4.0
Original file line number Diff line number Diff line change 29
29
pre_commit :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v3.2 .0
32
+ - uses : actions/checkout@v3.3 .0
33
33
- uses : actions/setup-python@v4.4.0
34
34
with :
35
35
python-version : " 3.11"
Original file line number Diff line number Diff line change 10
10
if : github.repository == 'python-gitlab/python-gitlab'
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3.2 .0
13
+ - uses : actions/checkout@v3.3 .0
14
14
with :
15
15
fetch-depth : 0
16
16
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 46
46
version : " 3.11"
47
47
toxenv : py310,smoke
48
48
steps :
49
- - uses : actions/checkout@v3.2 .0
49
+ - uses : actions/checkout@v3.3 .0
50
50
- name : Set up Python ${{ matrix.python.version }}
51
51
uses : actions/setup-python@v4.4.0
52
52
with :
64
64
matrix :
65
65
toxenv : [api_func_v4, cli_func_v4]
66
66
steps :
67
- - uses : actions/checkout@v3.2 .0
67
+ - uses : actions/checkout@v3.3 .0
68
68
- name : Set up Python
69
69
uses : actions/setup-python@v4.4.0
70
70
with :
85
85
coverage :
86
86
runs-on : ubuntu-20.04
87
87
steps :
88
- - uses : actions/checkout@v3.2 .0
88
+ - uses : actions/checkout@v3.3 .0
89
89
- name : Set up Python ${{ matrix.python-version }}
90
90
uses : actions/setup-python@v4.4.0
91
91
with :
@@ -126,12 +126,12 @@ jobs:
126
126
runs-on : ubuntu-latest
127
127
needs : [dist]
128
128
steps :
129
- - uses : actions/checkout@v3.2 .0
129
+ - uses : actions/checkout@v3.3 .0
130
130
- name : Set up Python
131
131
uses : actions/setup-python@v4.4.0
132
132
with :
133
133
python-version : ' 3.11'
134
- - uses : actions/download-artifact@v3.0.1
134
+ - uses : actions/download-artifact@v3.0.2
135
135
with :
136
136
name : dist
137
137
path : dist
Original file line number Diff line number Diff line change 20
20
hooks :
21
21
- id : isort
22
22
- repo : https://github.com/pycqa/pylint
23
- rev : v2.15.9
23
+ rev : v2.15.10
24
24
hooks :
25
25
- id : pylint
26
26
additional_dependencies :
47
47
- id : rst-directive-colons
48
48
- id : rst-inline-touching-normal
49
49
- repo : https://github.com/maxbrunet/pre-commit-renovate
50
- rev : 34.77.1
50
+ rev : 34.97.0
51
51
hooks :
52
52
- id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments