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 15
15
if : ${{ github.repository == 'substrait-io/substrait-python' }}
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
submodules : recursive
21
21
- name : Set up Python
Original file line number Diff line number Diff line change 19
19
runs-on : ${{ matrix.os }}
20
20
steps :
21
21
- name : Checkout code
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
submodules : recursive
25
25
- name : Install uv with python
Original file line number Diff line number Diff line change 19
19
runs-on : ${{ matrix.os }}
20
20
steps :
21
21
- name : Checkout code
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
submodules : recursive
25
25
- name : Set up Python
You can’t perform that action at this time.
0 commit comments