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 22
22
- uses : actions/checkout@v4
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.11"
28
28
Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v4
10
10
11
11
- name : Set up Python
12
- uses : actions/setup-python@v5
12
+ uses : actions/setup-python@v6
13
13
with :
14
14
python-version : 3.11
15
15
32
32
- uses : actions/checkout@v4
33
33
34
34
- name : Set up Python
35
- uses : actions/setup-python@v5
35
+ uses : actions/setup-python@v6
36
36
with :
37
37
python-version : 3.11
38
38
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : actions/setup-python@v5
14
+ - uses : actions/setup-python@v6
15
15
with :
16
16
python-version : " 3.11"
17
17
- run : |
36
36
python : ["3.10", "3.11"]
37
37
steps :
38
38
- uses : actions/checkout@v4
39
- - uses : actions/setup-python@v5
39
+ - uses : actions/setup-python@v6
40
40
with :
41
41
python-version : ${{ matrix.python }}
42
42
- run : |
You can’t perform that action at this time.
0 commit comments