File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
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-Serverless-pkg
38
38
path : dist/
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
- {python-version: '3.9', doubleml-version: 'release'}
28
28
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v3
31
31
- name : Set up Python ${{ matrix.config.python-version }}
32
- uses : actions/setup-python@v2
32
+ uses : actions/setup-python@v4
33
33
with :
34
34
python-version : ${{ matrix.config.python-version }}
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v3
36
36
if : matrix.config.doubleml-version == 'dev'
37
37
with :
38
38
repository : DoubleML/doubleml-for-py
You can’t perform that action at this time.
0 commit comments