2626 if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v6.0.2
29+ - uses : actions/checkout@v6.0.3
3030 with :
3131 fetch-depth : 0
3232 - name : Install uv
5353 matrix :
5454 python-version : [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
5555 steps :
56- - uses : actions/checkout@v6.0.2
56+ - uses : actions/checkout@v6.0.3
5757 - name : Download wheel artifact
5858 uses : actions/download-artifact@v8.0.1
5959 with :
8282 container :
8383 image : python:${{ matrix.python-version }}-buster
8484 steps :
85- - uses : actions/checkout@v6.0.2
85+ - uses : actions/checkout@v6.0.3
8686 - name : Download wheel artifact
8787 uses : actions/download-artifact@v8.0.1
8888 with :
@@ -119,7 +119,7 @@ jobs:
119119 matrix :
120120 python-version : [3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
121121 steps :
122- - uses : actions/checkout@v6.0.2
122+ - uses : actions/checkout@v6.0.3
123123 - name : Download wheel artifact
124124 uses : actions/download-artifact@v8.0.1
125125 with :
@@ -153,7 +153,7 @@ jobs:
153153 container :
154154 image : python:${{ matrix.python-version }}-buster
155155 steps :
156- - uses : actions/checkout@v6.0.2
156+ - uses : actions/checkout@v6.0.3
157157 - name : Download wheel artifact
158158 uses : actions/download-artifact@v8.0.1
159159 with :
@@ -207,7 +207,7 @@ jobs:
207207 # Maps tcp port 5432 on service container to the host
208208 - 5432:5432
209209 steps :
210- - uses : actions/checkout@v6.0.2
210+ - uses : actions/checkout@v6.0.3
211211 - name : Download wheel artifact
212212 uses : actions/download-artifact@v8.0.1
213213 with :
@@ -234,7 +234,7 @@ jobs:
234234 matrix :
235235 python-version : [3.8]
236236 steps :
237- - uses : actions/checkout@v6.0.2
237+ - uses : actions/checkout@v6.0.3
238238 - name : Download wheel artifact
239239 uses : actions/download-artifact@v8.0.1
240240 with :
0 commit comments