File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 34
34
timeout-minutes : 10
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
- uses : ruby/setup-ruby@v1
39
39
with :
40
40
ruby-version : ruby
52
52
name : doc
53
53
path : doc/build
54
54
- name : Prepare destination branch
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
if : github.repository_owner == 'apache'
57
57
with :
58
58
fetch-depth : 0
Original file line number Diff line number Diff line change 32
32
name : Audit licenses
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
- uses : actions/setup-python@v5
37
37
with :
38
38
python-version : " 3.x"
43
43
name : Format
44
44
runs-on : ubuntu-latest
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
- uses : actions/setup-python@v5
48
48
with :
49
49
python-version : " 3.x"
Original file line number Diff line number Diff line change 39
39
timeout-minutes : 5
40
40
runs-on : ubuntu-latest
41
41
steps :
42
- - uses : actions/checkout@v4
42
+ - uses : actions/checkout@v5
43
43
- uses : ruby/setup-ruby@v1
44
44
with :
45
45
ruby-version : ruby
83
83
- " debian-bookworm-amd64-postgresql-17-pgdg"
84
84
- " ubuntu-noble-amd64-postgresql-17-pgdg"
85
85
steps :
86
- - uses : actions/checkout@v4
86
+ - uses : actions/checkout@v5
87
87
with :
88
88
repository : apache/arrow
89
89
path : arrow
Original file line number Diff line number Diff line change 34
34
timeout-minutes : 5
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
- name : Make RC GA
39
39
run : |
40
40
rc_tag=$(gh release list | \
Original file line number Diff line number Diff line change 44
44
- " 16"
45
45
- " 17"
46
46
steps :
47
- - uses : actions/checkout@v4
47
+ - uses : actions/checkout@v5
48
48
- name : Prepare
49
49
run : |
50
50
ci/scripts/prepare-${{ matrix.os }}.sh ${{ matrix.postgresql-version }}
Original file line number Diff line number Diff line change 43
43
- " 16"
44
44
- " 17"
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
- name : Prepare
48
48
run : |
49
49
ci/scripts/prepare-${{ matrix.os }}.sh ${{ matrix.postgresql-version }}
66
66
runs-on : ubuntu-latest
67
67
timeout-minutes : 10
68
68
steps :
69
- - uses : actions/checkout@v4
69
+ - uses : actions/checkout@v5
70
70
- name : Run
71
71
run : |
72
72
version=${GITHUB_REF_NAME%-rc*}
You can’t perform that action at this time.
0 commit comments