chore(deps): pin sdk dependencies to patch version (#77)

* chore(deps): pin sdk dependencies to patch

* chore(ci): use python3.14 in CI

* feat(ci): auto-tag when sdk version change merged to main

* chore(ci): use actions/checkout@v6
This commit is contained in:
Tobias Fried
2026-05-22 15:35:16 -06:00
committed by GitHub
parent 45fcedbb46
commit e129da7cd1
5 changed files with 98 additions and 21 deletions
+7 -7
View File
@@ -9,23 +9,23 @@ on:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v1
with:
version: "latest"
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.14"
- name: Install dependencies
run: UV_GIT_LFS=1 uv sync --dev
- name: Run tests
env:
LIVEKIT_URL: ${{ secrets.LIVEKIT_URL }}