File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
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"
Original file line number Diff line number Diff line change 18
18
shell : bash -l {0}
19
19
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
- name : Cache conda
23
23
uses : actions/cache@v2
24
24
with :
44
44
run : |
45
45
make test COV_REPORT=xml
46
46
- name : Upload code coverage to Codecov
47
- uses : codecov/codecov-action@v1
47
+ uses : codecov/codecov-action@v2.1.0
48
48
49
49
code-quality :
50
50
runs-on : ubuntu-latest
53
53
shell : bash -l {0}
54
54
55
55
steps :
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v3
57
57
- name : Cache conda
58
58
uses : actions/cache@v2
59
59
with :
87
87
needs : [unit-tests, code-quality]
88
88
89
89
steps :
90
- - uses : actions/checkout@v2
90
+ - uses : actions/checkout@v3
91
91
- name : Build distributions
92
92
run : |
93
93
$CONDA/bin/python -m pip install build
You can’t perform that action at this time.
0 commit comments