@@ -89,39 +89,39 @@ jobs:
8989 - name : Check cmake
9090 run : which cmake
9191 - name : Checkout Arrow
92- uses : actions/checkout@v5
92+ uses : actions/checkout@v6
9393 with :
9494 repository : apache/arrow
9595 submodules : true
9696 fetch-depth : 0
9797 - name : Checkout Arrow Rust
98- uses : actions/checkout@v5
98+ uses : actions/checkout@v6
9999 with :
100100 path : rust
101101 submodules : true
102102 fetch-depth : 0
103103 - name : Checkout Arrow .NET
104- uses : actions/checkout@v5
104+ uses : actions/checkout@v6
105105 with :
106106 repository : apache/arrow-dotnet
107107 path : dotnet
108108 - name : Checkout Arrow Go
109- uses : actions/checkout@v5
109+ uses : actions/checkout@v6
110110 with :
111111 repository : apache/arrow-go
112112 path : go
113113 - name : Checkout Arrow Java
114- uses : actions/checkout@v5
114+ uses : actions/checkout@v6
115115 with :
116116 repository : apache/arrow-java
117117 path : java
118118 - name : Checkout Arrow JavaScript
119- uses : actions/checkout@v5
119+ uses : actions/checkout@v6
120120 with :
121121 repository : apache/arrow-js
122122 path : js
123123 - name : Checkout Arrow nanoarrow
124- uses : actions/checkout@v5
124+ uses : actions/checkout@v6
125125 with :
126126 repository : apache/arrow-nanoarrow
127127 path : nanoarrow
@@ -140,7 +140,7 @@ jobs:
140140 # PyArrow 15 was the first version to introduce StringView/BinaryView support
141141 pyarrow : ["15", "16", "17"]
142142 steps :
143- - uses : actions/checkout@v5
143+ - uses : actions/checkout@v6
144144 with :
145145 submodules : true
146146 - name : Setup Rust toolchain
0 commit comments