File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 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 1818 shell : bash -l {0}
1919
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222 - name : Cache conda
2323 uses : actions/cache@v2
2424 with :
4444 run : |
4545 make test COV_REPORT=xml
4646 - name : Upload code coverage to Codecov
47- uses : codecov/codecov-action@v1
47+ uses : codecov/codecov-action@v2.1.0
4848
4949 code-quality :
5050 runs-on : ubuntu-latest
5353 shell : bash -l {0}
5454
5555 steps :
56- - uses : actions/checkout@v2
56+ - uses : actions/checkout@v3
5757 - name : Cache conda
5858 uses : actions/cache@v2
5959 with :
8787 needs : [unit-tests, code-quality]
8888
8989 steps :
90- - uses : actions/checkout@v2
90+ - uses : actions/checkout@v3
9191 - name : Build distributions
9292 run : |
9393 $CONDA/bin/python -m pip install build
You can’t perform that action at this time.
0 commit comments