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 20
20
steps :
21
21
- uses : actions/checkout@v5
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v5
23
+ uses : actions/setup-python@v6
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
- name : Get pip cache dir
Original file line number Diff line number Diff line change 27
27
steps :
28
28
- uses : actions/checkout@v5
29
29
- name : Set up Python ${{ matrix.python-version }}
30
- uses : actions/setup-python@v5
30
+ uses : actions/setup-python@v6
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
- name : Get pip cache dir
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v5
21
21
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v5
23
+ uses : actions/setup-python@v6
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
You can’t perform that action at this time.
0 commit comments