File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,18 @@ jobs:
2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@v2
30+ uses : github/codeql-action/init@v3
3131 with :
3232 languages : ${{ matrix.language }}
3333 queries : +security-and-quality
3434
3535 - name : Autobuild
36- uses : github/codeql-action/autobuild@v2
36+ uses : github/codeql-action/autobuild@v3
3737
3838 - name : Perform CodeQL Analysis
39- uses : github/codeql-action/analyze@v2
39+ uses : github/codeql-action/analyze@v3
4040 with :
4141 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 with :
1717 persist-credentials : false
1818
1919 - name : Install python
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v5
2121 with :
2222 python-version : ' 3.8'
2323
3232 pip install wheel
3333 python setup.py sdist bdist_wheel
3434
35- - uses : actions/upload-artifact@v3
35+ - uses : actions/upload-artifact@v4
3636 with :
3737 name : DoubleML-pkg
3838 path : dist/
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030 - {os: 'ubuntu-latest', python-version: '3.11'}
3131
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 2
3636 - name : Set up Python ${{ matrix.config.python-version }}
37- uses : actions/setup-python@v4
37+ uses : actions/setup-python@v5
3838 with :
3939 python-version : ${{ matrix.config.python-version }}
4040 - name : Install OpenMP runtime for unit tests with xgboost learners
You can’t perform that action at this time.
0 commit comments