File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
18
18
- name : Set up Python ${{ matrix.python-version }}
19
- uses : actions/setup-python@v4
19
+ uses : actions/setup-python@v5
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
22
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
You can’t perform that action at this time.
0 commit comments