File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
- name : Check out repository
15
15
uses : actions/checkout@v5
16
16
- name : Install Python 3.x
17
- uses : actions/setup-python@v5
17
+ uses : actions/setup-python@v6
18
18
with :
19
19
python-version : 3.x
20
20
- name : Install build
44
44
- name : Check out repository
45
45
uses : actions/checkout@v5
46
46
- name : Install Python 3.x
47
- uses : actions/setup-python@v5
47
+ uses : actions/setup-python@v6
48
48
with :
49
49
python-version : 3.x
50
50
- name : Set up QEMU
Original file line number Diff line number Diff line change 19
19
- name : Check out repository
20
20
uses : actions/checkout@v5
21
21
- name : Install Python 3.x
22
- uses : actions/setup-python@v5
22
+ uses : actions/setup-python@v6
23
23
with :
24
24
python-version : " 3.x"
25
25
- name : Install tox
37
37
- name : Check out repository
38
38
uses : actions/checkout@v5
39
39
- name : Install Python 3.x
40
- uses : actions/setup-python@v5
40
+ uses : actions/setup-python@v6
41
41
with :
42
42
python-version : " 3.x"
43
43
- name : Install tox
72
72
- name : Check out repository
73
73
uses : actions/checkout@v5
74
74
- name : Install Python ${{ matrix.python }}
75
- uses : actions/setup-python@v5
75
+ uses : actions/setup-python@v6
76
76
with :
77
77
python-version : ${{ matrix.python }}
78
78
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments