File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
ref : ${{ github.event.pull_request.head.ref }}
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 : Install dependencies
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v5
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
- name : Install dependencies
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v5
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
- name : Install dependencies
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v5
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments