39
39
40
40
- name : Set up Python ${{ matrix.python-version }}
41
41
id : python
42
- uses : actions/setup-python@v5.3 .0
42
+ uses : actions/setup-python@v5.4 .0
43
43
with :
44
44
python-version : ${{ matrix.python-version }}
45
45
check-latest : true
76
76
pip list | grep 'astroid\|pylint'
77
77
python -m pytest -vv --minimal-messages-config tests/test_functional.py
78
78
- name : Upload coverage artifact
79
- uses : actions/upload-artifact@v4.5 .0
79
+ uses : actions/upload-artifact@v4.6 .0
80
80
with :
81
81
name : coverage-${{ matrix.python-version }}
82
82
include-hidden-files : true
92
92
93
93
- name : Set up Python 3.12
94
94
id : python
95
- uses : actions/setup-python@v5.3 .0
95
+ uses : actions/setup-python@v5.4 .0
96
96
with :
97
97
python-version : " 3.13"
98
98
check-latest : true
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
- name : Set up Python ${{ matrix.python-version }}
134
134
id : python
135
- uses : actions/setup-python@v5.3 .0
135
+ uses : actions/setup-python@v5.4 .0
136
136
with :
137
137
python-version : ${{ matrix.python-version }}
138
138
check-latest : true
@@ -161,7 +161,7 @@ jobs:
161
161
run : >-
162
162
echo "datetime="$(date "+%Y%m%d_%H%M") >> $GITHUB_OUTPUT
163
163
- name : Upload benchmark artifact
164
- uses : actions/upload-artifact@v4.5 .0
164
+ uses : actions/upload-artifact@v4.6 .0
165
165
with :
166
166
name :
167
167
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{
@@ -187,7 +187,7 @@ jobs:
187
187
188
188
- name : Set up Python ${{ matrix.python-version }}
189
189
id : python
190
- uses : actions/setup-python@v5.3 .0
190
+ uses : actions/setup-python@v5.4 .0
191
191
with :
192
192
python-version : ${{ matrix.python-version }}
193
193
check-latest : true
@@ -233,7 +233,7 @@ jobs:
233
233
234
234
- name : Set up Python ${{ matrix.python-version }}
235
235
id : python
236
- uses : actions/setup-python@v5.3 .0
236
+ uses : actions/setup-python@v5.4 .0
237
237
with :
238
238
python-version : ${{ matrix.python-version }}
239
239
check-latest : true
@@ -277,7 +277,7 @@ jobs:
277
277
278
278
- name : Set up Python ${{ matrix.python-version }}
279
279
id : python
280
- uses : actions/setup-python@v5.3 .0
280
+ uses : actions/setup-python@v5.4 .0
281
281
with :
282
282
python-version : ${{ matrix.python-version }}
283
283
check-latest : true
0 commit comments