File tree 6 files changed +22
-11
lines changed
6 files changed +22
-11
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : github-actions
4
+ directory : /
5
+ schedule :
6
+ interval : weekly
7
+ commit-message :
8
+ prefix : " [gh-actions]"
9
+ include : scope
10
+ labels :
11
+ - internal
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
18
18
# - 3.9
19
19
steps :
20
20
- name : Check out repository
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
with :
23
23
# Fetch all commits so that versioneer will return something compatible
24
24
# with semantic-version
25
25
fetch-depth : 0
26
26
27
27
- name : Set up Python ${{ matrix.python }}
28
- uses : actions/setup-python@v2
28
+ uses : actions/setup-python@v4
29
29
with :
30
30
python-version : ${{ matrix.python }}
31
31
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Set up environment
12
- uses : actions/checkout@v1
12
+ uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 0
15
15
- name : Set up Python
16
- uses : actions/setup-python@v1
16
+ uses : actions/setup-python@v4
17
17
with :
18
18
python-version : ' 3.7'
19
19
- name : Install dependencies
Original file line number Diff line number Diff line change 12
12
if : " !contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
13
13
steps :
14
14
- name : Checkout source
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
23
23
chmod a+x ~/auto
24
24
25
25
- name : Set up Python
26
- uses : actions/setup-python@v2
26
+ uses : actions/setup-python@v4
27
27
with :
28
28
python-version : 3.7
29
29
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ jobs:
49
49
50
50
steps :
51
51
- name : Set up environment
52
- uses : actions/checkout@v1
52
+ uses : actions/checkout@v3
53
53
with :
54
54
# Fetch all commits so that versioneer will return something compatible
55
55
# with semantic-version
56
56
fetch-depth : 0
57
57
58
58
- name : Set up Python ${{ matrix.python }}
59
- uses : actions/setup-python@v2
59
+ uses : actions/setup-python@v4
60
60
with :
61
61
python-version : ${{ matrix.python }}
62
62
@@ -116,7 +116,7 @@ jobs:
116
116
down -v
117
117
118
118
- name : Upload coverage to Codecov
119
- uses : codecov/codecov-action@v2
119
+ uses : codecov/codecov-action@v3
120
120
with :
121
121
token : ${{ secrets.CODECOV_TOKEN }}
122
122
file : ./coverage.xml
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Check out repository
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 0
15
15
16
16
- name : Set up Python
17
- uses : actions/setup-python@v2
17
+ uses : actions/setup-python@v4
18
18
with :
19
19
python-version : ' 3.7'
20
20
You can’t perform that action at this time.
0 commit comments