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 @@ -32,11 +32,11 @@ jobs:
32
32
- {os: 'ubuntu-latest', python-version: '3.11'}
33
33
34
34
steps :
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v3
36
36
with :
37
37
fetch-depth : 2
38
38
- name : Set up Python ${{ matrix.config.python-version }}
39
- uses : actions/setup-python@v2
39
+ uses : actions/setup-python@v4
40
40
with :
41
41
python-version : ${{ matrix.config.python-version }}
42
42
- name : Install OpenMP runtime for unit tests with xgboost learners
74
74
if : |
75
75
matrix.config.os == 'ubuntu-latest' &&
76
76
matrix.config.python-version == '3.8'
77
- uses : codecov/codecov-action@v2
77
+ uses : codecov/codecov-action@v3
78
78
with :
79
79
file : ./coverage.xml
80
80
flags : unittests
83
83
if : |
84
84
matrix.config.os == 'ubuntu-latest' &&
85
85
matrix.config.python-version == '3.8'
86
- uses : codacy/codacy-coverage-reporter-action@master
86
+ uses : codacy/codacy-coverage-reporter-action@v1
87
87
with :
88
88
project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
89
89
coverage-reports : ./coverage.xml
You can’t perform that action at this time.
0 commit comments