File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ jobs:
24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
29
29
- name : Initialize CodeQL
30
- uses : github/codeql-action/init@v2
30
+ uses : github/codeql-action/init@v3
31
31
with :
32
32
languages : ${{ matrix.language }}
33
33
queries : +security-and-quality
34
34
35
35
- name : Autobuild
36
- uses : github/codeql-action/autobuild@v2
36
+ uses : github/codeql-action/autobuild@v3
37
37
38
38
- name : Perform CodeQL Analysis
39
- uses : github/codeql-action/analyze@v2
39
+ uses : github/codeql-action/analyze@v3
40
40
with :
41
41
category : " /language:${{ matrix.language }}"
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@v3
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
persist-credentials : false
18
18
19
19
- name : Install python
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
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@v3
35
+ - uses : actions/upload-artifact@v4
36
36
with :
37
37
name : DoubleML-pkg
38
38
path : dist/
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
30
30
- {os: 'ubuntu-latest', python-version: '3.11'}
31
31
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
with :
35
35
fetch-depth : 2
36
36
- name : Set up Python ${{ matrix.config.python-version }}
37
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@v5
38
38
with :
39
39
python-version : ${{ matrix.config.python-version }}
40
40
- name : Install OpenMP runtime for unit tests with xgboost learners
You can’t perform that action at this time.
0 commit comments