File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
with :
27
27
fetch-depth : 0
28
28
- name : Set up Python ${{ matrix.python-version }}
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@v5
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
- name : Install dependencies
Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
- name : Set up Python
13
- uses : actions/setup-python@v4
13
+ uses : actions/setup-python@v5
14
14
- name : Install dependencies
15
15
run : |
16
16
python -m pip install --upgrade pip
32
32
steps :
33
33
- uses : actions/checkout@v4
34
34
- name : Set up Python
35
- uses : actions/setup-python@v4
35
+ uses : actions/setup-python@v5
36
36
- name : Install dependencies
37
37
run : |
38
38
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments