Skip to content

Commit 8738dcd

Browse files
authored
Merge pull request #10 from DoubleML/m-gh-actions
increment versions of gh actions
2 parents 0642f37 + 79dfe1b commit 8738dcd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deploy_pkg.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
with:
1717
persist-credentials: false
1818

1919
- name: Install python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: '3.8'
2323

@@ -32,7 +32,7 @@ jobs:
3232
pip install wheel
3333
python setup.py sdist bdist_wheel
3434
35-
- uses: actions/upload-artifact@v2
35+
- uses: actions/upload-artifact@v3
3636
with:
3737
name: DoubleML-Serverless-pkg
3838
path: dist/

.github/workflows/pytest.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- {python-version: '3.9', doubleml-version: 'release'}
2828

2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v3
3131
- name: Set up Python ${{ matrix.config.python-version }}
32-
uses: actions/setup-python@v2
32+
uses: actions/setup-python@v4
3333
with:
3434
python-version: ${{ matrix.config.python-version }}
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636
if: matrix.config.doubleml-version == 'dev'
3737
with:
3838
repository: DoubleML/doubleml-for-py

0 commit comments

Comments
 (0)