File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
fetch-depth : 0
26
26
27
27
- name : Set up Python
28
- uses : actions/setup-python@v4
28
+ uses : actions/setup-python@v5
29
29
30
30
- name : Install dependencies
31
31
run : python -m pip install tox
Original file line number Diff line number Diff line change 18
18
fetch-depth : 0
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : ' 3.x'
24
24
Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Python
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : ' 3.x'
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change 25
25
fetch-depth : 0
26
26
27
27
- name : Set up Python ${{ matrix.python-version }}
28
- uses : actions/setup-python@v4
28
+ uses : actions/setup-python@v5
29
29
with :
30
30
python-version : ${{ matrix.python-version }}
31
31
You can’t perform that action at this time.
0 commit comments