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 15
15
uses : actions/checkout@v4
16
16
17
17
- name : Set up Python
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ' 3.13'
21
21
Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@v4
27
27
28
28
- name : Set up Python
29
- uses : actions/setup-python@v5
29
+ uses : actions/setup-python@v6
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
61
61
uses : actions/checkout@v4
62
62
63
63
- name : Set up Python
64
- uses : actions/setup-python@v5
64
+ uses : actions/setup-python@v6
65
65
with :
66
66
python-version : ' 3.13'
67
67
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
28
- - uses : actions/setup-python@v5
28
+ - uses : actions/setup-python@v6
29
29
with :
30
30
python-version : ' 3.13'
31
31
47
47
steps :
48
48
- uses : actions/checkout@v4
49
49
50
- - uses : actions/setup-python@v5
50
+ - uses : actions/setup-python@v6
51
51
with :
52
52
python-version : ' 3.13'
53
53
You can’t perform that action at this time.
0 commit comments