File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 14
14
python-version : ["3.7"]
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Set up Python ${{ matrix.python-version }}
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
- name : Install dependencies
39
39
python-version : ["3.8", "3.9", "3.10"]
40
40
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
- name : Set up Python ${{ matrix.python-version }}
44
- uses : actions/setup-python@v4
44
+ uses : actions/setup-python@v5
45
45
with :
46
46
python-version : ${{ matrix.python-version }}
47
47
- name : Install dependencies
64
64
python-version : ["3.10"]
65
65
66
66
steps :
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v4
68
68
- name : Set up Python ${{ matrix.python-version }}
69
- uses : actions/setup-python@v4
69
+ uses : actions/setup-python@v5
70
70
with :
71
71
python-version : ${{ matrix.python-version }}
72
72
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ decorators are extracted from the ast.
141
141
142
142
* Add support for pytest 8 (no actual change, but declare support)
143
143
([ #46 ] [ i46 ] , [ #47 ] [ p47 ] )
144
+ * Update GitHub actions ([ #48 ] [ p48 ] )
144
145
145
146
## v0.1.1
146
147
@@ -229,3 +230,4 @@ decorators are extracted from the ast.
229
230
[ p42 ] : https://github.com/davidfritzsche/pytest-mypy-testing/pull/42
230
231
[ p43 ] : https://github.com/davidfritzsche/pytest-mypy-testing/pull/43
231
232
[ p47 ] : https://github.com/davidfritzsche/pytest-mypy-testing/pull/47
233
+ [ p48 ] : https://github.com/davidfritzsche/pytest-mypy-testing/pull/48
You can’t perform that action at this time.
0 commit comments