4747 if : github.event_name == 'workflow_dispatch'
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
50+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5151 with :
5252 ref : ${{ inputs.branch }}
5353 submodules : true
6666 fi
6767
6868 - name : Set up Python
69- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
69+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
185+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
220+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
221221 with :
222222 submodules : true
223223
224- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
224+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
248+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
249249 with :
250250 submodules : true
251251
@@ -279,7 +279,7 @@ jobs:
279279 run : ls -la dist/
280280
281281 - name : Publish to PyPI
282- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
282+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
283283
284284 # ── API build ────────────────────────────────────────────────
285285 build-api :
@@ -291,11 +291,11 @@ jobs:
291291 run :
292292 working-directory : ./livekit-api
293293 steps :
294- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
294+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
295295 with :
296296 submodules : true
297297
298- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
298+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
299299
300300 - name : Build wheel & sdist
301301 run : |
@@ -328,7 +328,7 @@ jobs:
328328 run : ls -la dist/
329329
330330 - name : Publish to PyPI
331- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
331+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
332332
333333 # ── Protocol build ───────────────────────────────────────────
334334 build-protocol :
@@ -340,11 +340,11 @@ jobs:
340340 run :
341341 working-directory : ./livekit-protocol
342342 steps :
343- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
343+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
344344 with :
345345 submodules : true
346346
347- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
347+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
348348
349349 - name : Build wheel & sdist
350350 run : |
@@ -377,7 +377,7 @@ jobs:
377377 run : ls -la dist/
378378
379379 - name : Publish to PyPI
380- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
380+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
381381
382382 # ── Docs ─────────────────────────────────────────────────────
383383 docs-rtc :
0 commit comments