File tree Expand file tree Collapse file tree 21 files changed +50
-50
lines changed
Expand file tree Collapse file tree 21 files changed +50
-50
lines changed Original file line number Diff line number Diff line change 5858 timeout-minutes : 15
5959 steps :
6060 - name : Checkout Arrow
61- uses : actions/checkout@v5
61+ uses : actions/checkout@v6.0.0
6262 with :
6363 fetch-depth : 0
6464 - name : Git Fixup
Original file line number Diff line number Diff line change 4343 steps :
4444 - name : Checkout Arrow
4545 if : github.event_name == 'pull_request'
46- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
46+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4747 - name : Check
4848 id : check
4949 env :
Original file line number Diff line number Diff line change 3636 pull-requests : write
3737 steps :
3838 - name : Checkout Arrow
39- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4040 with :
4141 path : arrow
4242 # fetch the tags for version number generation
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 UBUNTU : ${{ matrix.ubuntu }}
111111 steps :
112112 - name : Checkout Arrow
113- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
113+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
114114 with :
115115 fetch-depth : 0
116116 submodules : recursive
@@ -163,7 +163,7 @@ jobs:
163163 timeout-minutes : 45
164164 steps :
165165 - name : Checkout Arrow
166- uses : actions/checkout@v5
166+ uses : actions/checkout@v6.0.0
167167 with :
168168 fetch-depth : 0
169169 submodules : recursive
@@ -218,7 +218,7 @@ jobs:
218218 sysctl -a | grep cpu
219219 sysctl -a | grep "hw.optional"
220220 - name : Checkout Arrow
221- uses : actions/checkout@v5
221+ uses : actions/checkout@v6.0.0
222222 with :
223223 fetch-depth : 0
224224 submodules : recursive
@@ -344,7 +344,7 @@ jobs:
344344 /d 1 `
345345 /f
346346 - name : Checkout Arrow
347- uses : actions/checkout@v5
347+ uses : actions/checkout@v6.0.0
348348 with :
349349 fetch-depth : 0
350350 submodules : recursive
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 DOCKER_VOLUME_PREFIX : " .docker/"
122122 steps :
123123 - name : Checkout Arrow
124- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
124+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
125125 with :
126126 fetch-depth : 0
127127 submodules : recursive
@@ -203,7 +203,7 @@ jobs:
203203 REPO : ghcr.io/${{ github.repository }}-dev
204204 steps :
205205 - name : Checkout Arrow
206- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
206+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
207207 with :
208208 fetch-depth : 0
209209 submodules : recursive
@@ -252,7 +252,7 @@ jobs:
252252 MACOSX_DEPLOYMENT_TARGET : " 14.0"
253253 steps :
254254 - name : Checkout Arrow
255- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
255+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
256256 with :
257257 fetch-depth : 0
258258 submodules : recursive
Original file line number Diff line number Diff line change 7777 /d 1 `
7878 /f
7979 - name : Checkout Arrow
80- uses : actions/checkout@v5
80+ uses : actions/checkout@v6.0.0
8181 with :
8282 fetch-depth : 0
8383 submodules : recursive
Original file line number Diff line number Diff line change 4747 timeout-minutes : 15
4848 steps :
4949 - name : Checkout Arrow
50- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
50+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5151 with :
5252 fetch-depth : 0
5353 - name : Install pre-commit
8888 GIT_COMMITTER_EMAIL : " github-actions[bot]@users.noreply.github.com"
8989 steps :
9090 - name : Checkout Arrow
91- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
91+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9292 with :
9393 fetch-depth : 0
9494 - name : Install Python
Original file line number Diff line number Diff line change 4343 name : Process
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
46+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4747 with :
4848 repository : apache/arrow
4949 ref : main
Original file line number Diff line number Diff line change 3939 JDK : 17
4040 steps :
4141 - name : Checkout Arrow
42- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4343 with :
4444 fetch-depth : 0
4545 - name : Free up disk space
Original file line number Diff line number Diff line change 4949 PYTHON : " 3.12"
5050 steps :
5151 - name : Checkout Arrow
52- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
52+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5353 with :
5454 fetch-depth : 0
5555 - name : Cache Docker Volumes
You can’t perform that action at this time.
0 commit comments