File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
with :
17
17
persist-credentials : false
18
18
19
19
- name : Install python
20
- uses : actions/setup-python@v2
20
+ uses : actions/setup-python@v4
21
21
with :
22
22
python-version : ' 3.8'
23
23
32
32
pip install wheel
33
33
python setup.py sdist bdist_wheel
34
34
35
- - uses : actions/upload-artifact@v2
35
+ - uses : actions/upload-artifact@v3
36
36
with :
37
37
name : DoubleML-pkg
38
38
path : dist/
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
31
31
- {os: 'ubuntu-latest', python-version: '3.10'}
32
32
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v3
35
35
with :
36
36
fetch-depth : 2
37
37
- name : Set up Python ${{ matrix.config.python-version }}
38
- uses : actions/setup-python@v2
38
+ uses : actions/setup-python@v4
39
39
with :
40
40
python-version : ${{ matrix.config.python-version }}
41
41
- name : Install OpenMP runtime for unit tests with xgboost learners
73
73
if : |
74
74
matrix.config.os == 'ubuntu-latest' &&
75
75
matrix.config.python-version == '3.8'
76
- uses : codecov/codecov-action@v2
76
+ uses : codecov/codecov-action@v3
77
77
with :
78
78
file : ./coverage.xml
79
79
flags : unittests
82
82
if : |
83
83
matrix.config.os == 'ubuntu-latest' &&
84
84
matrix.config.python-version == '3.8'
85
- uses : codacy/codacy-coverage-reporter-action@master
85
+ uses : codacy/codacy-coverage-reporter-action@v1
86
86
with :
87
87
project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
88
88
coverage-reports : ./coverage.xml
You can’t perform that action at this time.
0 commit comments