File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v4
18
+ uses : actions/setup-python@v5
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Set up Python ${{ matrix.python-version }}
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ${{ matrix.python-version }}
19
19
Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
21
- - uses : actions/setup-python@v4
21
+ - uses : actions/setup-python@v5
22
22
name : Install Python
23
23
with :
24
24
python-version : " 3.11"
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v4
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v4
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
You can’t perform that action at this time.
0 commit comments