@@ -110,7 +110,7 @@ jobs:
110110 UBUNTU : ${{ matrix.ubuntu }}
111111 steps :
112112 - name : Checkout Arrow
113- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
113+ uses : actions/checkout@v6
114114 with :
115115 fetch-depth : 0
116116 submodules : recursive
@@ -123,7 +123,7 @@ jobs:
123123 - name : Setup Python on hosted runner
124124 if : |
125125 matrix.runs-on == 'ubuntu-latest'
126- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
126+ uses : actions/setup-python@v6
127127 with :
128128 python-version : 3
129129 - name : Setup Python on self-hosted runner
@@ -163,7 +163,7 @@ jobs:
163163 timeout-minutes : 45
164164 steps :
165165 - name : Checkout Arrow
166- uses : actions/checkout@v6.0.0
166+ uses : actions/checkout@v6
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@v6.0.0
221+ uses : actions/checkout@v6
222222 with :
223223 fetch-depth : 0
224224 submodules : recursive
@@ -235,7 +235,7 @@ jobs:
235235 $(brew --prefix bash)/bin/bash \
236236 ci/scripts/install_minio.sh latest ${ARROW_HOME}
237237 - name : Set up Python
238- uses : actions/setup-python@v6.1.0
238+ uses : actions/setup-python@v6
239239 with :
240240 python-version : 3.12
241241 - name : Install Google Cloud Storage Testbench
@@ -344,7 +344,7 @@ jobs:
344344 /d 1 `
345345 /f
346346 - name : Checkout Arrow
347- uses : actions/checkout@v6.0.0
347+ uses : actions/checkout@v6
348348 with :
349349 fetch-depth : 0
350350 submodules : recursive
@@ -378,7 +378,7 @@ jobs:
378378 https://dl.min.io/server/minio/release/windows-amd64/archive/minio.RELEASE.2024-09-13T20-26-02Z
379379 chmod +x /usr/local/bin/minio.exe
380380 - name : Set up Python
381- uses : actions/setup-python@v6.1.0
381+ uses : actions/setup-python@v6
382382 id : python-install
383383 with :
384384 python-version : ' 3.12'
0 commit comments