2525 runs-on : ubuntu-latest
2626 timeout-minutes : 5
2727 steps :
28- - uses : actions/checkout@v6
28+ - uses : actions/checkout@v7
2929 with :
3030 persist-credentials : false
3131 - name : Install Ruff
3939 runs-on : ubuntu-latest
4040 timeout-minutes : 5
4141 steps :
42- - uses : actions/checkout@v6
42+ - uses : actions/checkout@v7
4343 with :
4444 persist-credentials : false
4545 - name : Checkout submodules
5858 install-linux-dependencies : true
5959 build-type : " Debug"
6060 version : ${{ env.sdl-version }}
61- - uses : actions/checkout@v6
61+ - uses : actions/checkout@v7
6262 with :
6363 persist-credentials : false
6464 fetch-depth : ${{ env.git-depth }}
8686 sdl-version : ["3.2.16"]
8787 fail-fast : true
8888 steps :
89- - uses : actions/checkout@v6
89+ - uses : actions/checkout@v7
9090 with :
9191 persist-credentials : false
9292 fetch-depth : ${{ env.git-depth }}
@@ -127,7 +127,7 @@ jobs:
127127 fail-fast : false
128128
129129 steps :
130- - uses : actions/checkout@v6
130+ - uses : actions/checkout@v7
131131 with :
132132 persist-credentials : false
133133 fetch-depth : ${{ env.git-depth }}
@@ -187,7 +187,7 @@ jobs:
187187 install-linux-dependencies : true
188188 build-type : " Debug"
189189 version : ${{ env.sdl-version }}
190- - uses : actions/checkout@v6
190+ - uses : actions/checkout@v7
191191 with :
192192 persist-credentials : false
193193 fetch-depth : ${{ env.git-depth }}
@@ -213,7 +213,7 @@ jobs:
213213 matrix :
214214 os : ["ubuntu-latest"] # "windows-latest" disabled due to free-threaded build issues
215215 steps :
216- - uses : actions/checkout@v6
216+ - uses : actions/checkout@v7
217217 with :
218218 persist-credentials : false
219219 fetch-depth : ${{ env.git-depth }}
@@ -247,7 +247,7 @@ jobs:
247247 env :
248248 BUILD_DESC : " "
249249 steps :
250- - uses : actions/checkout@v6
250+ - uses : actions/checkout@v7
251251 with :
252252 persist-credentials : false
253253 fetch-depth : ${{ env.git-depth }}
@@ -305,7 +305,7 @@ jobs:
305305 env :
306306 PYTHON_DESC : " "
307307 steps :
308- - uses : actions/checkout@v6
308+ - uses : actions/checkout@v7
309309 with :
310310 persist-credentials : false
311311 fetch-depth : ${{ env.git-depth }}
@@ -348,7 +348,7 @@ jobs:
348348 runs-on : ubuntu-24.04
349349 timeout-minutes : 15
350350 steps :
351- - uses : actions/checkout@v6
351+ - uses : actions/checkout@v7
352352 with :
353353 persist-credentials : false
354354 fetch-depth : ${{ env.git-depth }}
0 commit comments