File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
with :
10
10
fetch-depth : 0
11
11
- name : Set up Python 3.10
12
- uses : actions/setup-python@v5
12
+ uses : actions/setup-python@v6
13
13
with :
14
14
python-version : ' 3.10'
15
15
- name : Install pytest
Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v5
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v5
20
+ uses : actions/setup-python@v6
21
21
with :
22
22
python-version : " 3.10"
23
23
43
43
uses : actions/checkout@v5
44
44
45
45
- name : Set up Python
46
- uses : actions/setup-python@v5
46
+ uses : actions/setup-python@v6
47
47
with :
48
48
python-version : " 3.9"
49
49
69
69
uses : actions/checkout@v5
70
70
71
71
- name : Set up Python
72
- uses : actions/setup-python@v5
72
+ uses : actions/setup-python@v6
73
73
with :
74
74
python-version : " 3.10"
75
75
Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@v5
17
17
18
18
- name : Set up Python 3.10
19
- uses : actions/setup-python@v5
19
+ uses : actions/setup-python@v6
20
20
with :
21
21
python-version : " 3.10"
22
22
You can’t perform that action at this time.
0 commit comments