File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v5
23
23
24
24
- name : Set up Python
25
- uses : actions/setup-python@v5
25
+ uses : actions/setup-python@v6
26
26
with :
27
27
python-version : " 3.x"
28
28
cache : pip
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v5
12
12
13
13
- name : Set up Python
14
- uses : actions/setup-python@v5
14
+ uses : actions/setup-python@v6
15
15
with :
16
16
python-version : " 3.x"
17
17
cache : pip
Original file line number Diff line number Diff line change 35
35
- uses : actions/checkout@v5
36
36
37
37
- name : Set up Python ${{ matrix.python-version }}
38
- uses : actions/setup-python@v5
38
+ uses : actions/setup-python@v6
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
cache : pip
62
62
63
63
steps :
64
64
- name : Set up Python ${{ matrix.python-version }}
65
- uses : actions/setup-python@v5
65
+ uses : actions/setup-python@v6
66
66
67
67
- name : Install coveralls
68
68
run : python -m pip install coveralls
You can’t perform that action at this time.
0 commit comments