3131 runs-on : ubuntu-latest
3232 timeout-minutes : 60
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 with :
3636 show-progress : false
3737 persist-credentials : false
5555 runs-on : ubuntu-latest
5656 timeout-minutes : 60
5757 steps :
58- - uses : actions/checkout@v5
58+ - uses : actions/checkout@v6
5959 with :
6060 show-progress : false
6161 persist-credentials : false
7070 runs-on : ubuntu-latest
7171 timeout-minutes : 60
7272 steps :
73- - uses : actions/checkout@v5
73+ - uses : actions/checkout@v6
7474 with :
7575 show-progress : false
7676 persist-credentials : false
8686 env :
8787 RUSTDOCFLAGS : -Dwarnings
8888 steps :
89- - uses : actions/checkout@v5
89+ - uses : actions/checkout@v6
9090 with :
9191 show-progress : false
9292 persist-credentials : false
@@ -122,7 +122,7 @@ jobs:
122122 shell : bash
123123 if : matrix.rust == 'latest'
124124
125- - uses : actions/checkout@v5
125+ - uses : actions/checkout@v6
126126 with :
127127 show-progress : false
128128 persist-credentials : false
@@ -162,7 +162,7 @@ jobs:
162162 runs-on : ${{ matrix.os }}
163163 timeout-minutes : 60
164164 steps :
165- - uses : actions/checkout@v5
165+ - uses : actions/checkout@v6
166166 with :
167167 show-progress : false
168168 persist-credentials : false
@@ -188,7 +188,7 @@ jobs:
188188 runs-on : ${{ matrix.os }}
189189 timeout-minutes : 60
190190 steps :
191- - uses : actions/checkout@v5
191+ - uses : actions/checkout@v6
192192 with :
193193 show-progress : false
194194 persist-credentials : false
@@ -211,7 +211,7 @@ jobs:
211211 runs-on : ubuntu-latest
212212 timeout-minutes : 60
213213 steps :
214- - uses : actions/checkout@v5
214+ - uses : actions/checkout@v6
215215 with :
216216 show-progress : false
217217 persist-credentials : false
@@ -237,7 +237,7 @@ jobs:
237237 runs-on : ubuntu-latest
238238 timeout-minutes : 60
239239 steps :
240- - uses : actions/checkout@v5
240+ - uses : actions/checkout@v6
241241 with :
242242 show-progress : false
243243 persist-credentials : false
@@ -287,7 +287,7 @@ jobs:
287287 runs-on : ${{ matrix.os }}
288288 timeout-minutes : 60
289289 steps :
290- - uses : actions/checkout@v5
290+ - uses : actions/checkout@v6
291291 with :
292292 show-progress : false
293293 persist-credentials : false
@@ -341,7 +341,7 @@ jobs:
341341 runs-on : ${{ matrix.os }}
342342 timeout-minutes : 60
343343 steps :
344- - uses : actions/checkout@v5
344+ - uses : actions/checkout@v6
345345 with :
346346 show-progress : false
347347 persist-credentials : false
0 commit comments