4747 if : github.event_name == 'workflow_dispatch'
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
50+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5151 with :
5252 ref : ${{ inputs.branch }}
5353 submodules : true
6868 - name : Set up Python
6969 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
7070 with :
71- python-version : " 3.10 "
71+ python-version : " 3.14 "
7272
7373 - name : Install dependencies
7474 run : pip install click packaging
@@ -182,7 +182,7 @@ jobs:
182182 needs : detect
183183 runs-on : ubuntu-latest
184184 steps :
185- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
185+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
186186 with :
187187 ref : ${{ github.event.pull_request.merge_commit_sha }}
188188
@@ -217,14 +217,14 @@ jobs:
217217 run :
218218 working-directory : ./livekit-rtc
219219 steps :
220- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
220+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
221221 with :
222222 submodules : true
223223
224224 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
225225 id : setup-python
226226 with :
227- python-version : " 3.11 "
227+ python-version : " 3.14 "
228228
229229 - name : Build wheels
230230 run : pipx run --python '${{ steps.setup-python.outputs.python-path }}' cibuildwheel==3.3.1 --output-dir dist
@@ -245,7 +245,7 @@ jobs:
245245 run :
246246 working-directory : ./livekit-rtc
247247 steps :
248- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
248+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
249249 with :
250250 submodules : true
251251
@@ -291,7 +291,7 @@ jobs:
291291 run :
292292 working-directory : ./livekit-api
293293 steps :
294- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
294+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
295295 with :
296296 submodules : true
297297
@@ -340,7 +340,7 @@ jobs:
340340 run :
341341 working-directory : ./livekit-protocol
342342 steps :
343- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
343+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
344344 with :
345345 submodules : true
346346
0 commit comments