@@ -21,10 +21,10 @@ jobs:
21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
- name : Set up Python 3.8
24
- uses : actions/setup-python@v2
24
+ uses : actions/setup-python@v4
25
25
with :
26
26
python-version : ' 3.8'
27
- - uses : pre-commit/action@v2 .0.0
27
+ - uses : pre-commit/action@v3 .0.0
28
28
29
29
tests :
30
30
36
36
steps :
37
37
- uses : actions/checkout@v2
38
38
- name : Set up Python ${{ matrix.python-version }}
39
- uses : actions/setup-python@v2
39
+ uses : actions/setup-python@v4
40
40
with :
41
41
python-version : ${{ matrix.python-version }}
42
42
- name : Install dependencies
48
48
pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing
49
49
- name : Upload to Codecov
50
50
if : matrix.python-version == '3.7' && github.repository == 'executablebooks/markdown-it-py'
51
- uses : codecov/codecov-action@v1
51
+ uses : codecov/codecov-action@v3
52
52
with :
53
53
name : markdown-it-py-pytests-py3.7
54
54
flags : pytests
64
64
steps :
65
65
- uses : actions/checkout@v2
66
66
- name : Set up Python ${{ matrix.python-version }}
67
- uses : actions/setup-python@v2
67
+ uses : actions/setup-python@v4
68
68
with :
69
69
python-version : ${{ matrix.python-version }}
70
70
- name : Install markdown-it-py
85
85
- uses : actions/checkout@v2
86
86
87
87
- name : Set up Python 3.8
88
- uses : actions/setup-python@v2
88
+ uses : actions/setup-python@v4
89
89
with :
90
90
python-version : ' 3.8'
91
91
98
98
run : tox -e py38-bench-core -- --benchmark-json bench-core.json
99
99
100
100
- name : Upload data
101
- uses : actions/upload-artifact@v2
101
+ uses : actions/upload-artifact@v3
102
102
with :
103
103
name : bench-core
104
104
path : bench-core.json
@@ -114,7 +114,7 @@ jobs:
114
114
- name : Checkout source
115
115
uses : actions/checkout@v2
116
116
- name : Set up Python 3.8
117
- uses : actions/setup-python@v2
117
+ uses : actions/setup-python@v4
118
118
with :
119
119
python-version : ' 3.8'
120
120
- name : install flit
0 commit comments