File tree Expand file tree Collapse file tree 7 files changed +24
-17
lines changed Expand file tree Collapse file tree 7 files changed +24
-17
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
25
+ - uses : actions/checkout@v3.1.0
26
26
- name : Set up Python
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v4.2.0
28
28
with :
29
29
python-version : " 3.10"
30
30
- name : Install dependencies
@@ -34,17 +34,17 @@ jobs:
34
34
TOXENV : docs
35
35
run : tox
36
36
- name : Archive generated docs
37
- uses : actions/upload-artifact@v3
37
+ uses : actions/upload-artifact@v3.1.0
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
45
+ - uses : actions/checkout@v3.1.0
46
46
- name : Set up Python
47
- uses : actions/setup-python@v4
47
+ uses : actions/setup-python@v4.2.0
48
48
with :
49
49
python-version : " 3.10"
50
50
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
lint :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v3.1.0
26
26
with :
27
27
fetch-depth : 0
28
- - uses : actions/setup-python@v4
28
+ - uses : actions/setup-python@v4.2.0
29
29
with :
30
30
python-version : " 3.10"
31
31
- run : pip install --upgrade tox
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
33
- - uses : actions/setup-python@v4
32
+ - uses : actions/checkout@v3.1.0
33
+ - uses : actions/setup-python@v4.2.0
34
34
with :
35
35
python-version : " 3.10"
36
36
- name : Install pre-commit
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
13
+ - uses : actions/checkout@v3.1.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 15
15
stale :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/stale@v5
18
+ - uses : actions/stale@v6.0.0
19
19
with :
20
20
any-of-labels : ' need info,Waiting for response'
21
21
stale-issue-message : >
Original file line number Diff line number Diff line change 45
45
version : " 3.10"
46
46
toxenv : py310,smoke
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v3.1.0
49
49
- name : Set up Python ${{ matrix.python.version }}
50
- uses : actions/setup-python@v4
50
+ uses : actions/setup-python@v4.2.0
51
51
with :
52
52
python-version : ${{ matrix.python.version }}
53
53
- name : Install dependencies
63
63
matrix :
64
64
toxenv : [api_func_v4, cli_func_v4]
65
65
steps :
66
- - uses : actions/checkout@v3
66
+ - uses : actions/checkout@v3.1.0
67
67
- name : Set up Python
68
- uses : actions/setup-python@v4
68
+ uses : actions/setup-python@v4.2.0
69
69
with :
70
70
python-version : " 3.10"
71
71
- name : Install dependencies
84
84
coverage :
85
85
runs-on : ubuntu-20.04
86
86
steps :
87
- - uses : actions/checkout@v3
87
+ - uses : actions/checkout@v3.1.0
88
88
- name : Set up Python ${{ matrix.python-version }}
89
- uses : actions/setup-python@v4
89
+ uses : actions/setup-python@v4.2.0
90
90
with :
91
91
python-version : " 3.10"
92
92
- name : Install dependencies
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"packageRules" : [
22
+ {
23
+ "depTypeList" : [
24
+ " action"
25
+ ],
26
+ "extractVersion" : " ^(?<version>v\\ d+\\ .\\ d+\\ .\\ d+)$" ,
27
+ "versioning" : " regex:^v(?<major>\\ d+)(\\ .(?<minor>\\ d+)\\ .(?<patch>\\ d+))?$"
28
+ },
22
29
{
23
30
"packagePatterns" : [
24
31
" ^gitlab\/ gitlab-.+$"
You can’t perform that action at this time.
0 commit comments