File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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
- name : Install dependencies
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Set up Python
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ' 3.x'
18
18
- name : Install dependencies
Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
19
19
- name : Set up Python
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.x'
23
23
You can’t perform that action at this time.
0 commit comments