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
+5 -5
View File
@@ -1,6 +1,6 @@
# As this is a starter template project, we don't want to check in the uv.lock and livekit.toml files in its template form
# However, once you have cloned this repo for your own use, LiveKit recommends you check them in and delete this github workflow entirely
name: Template Check
on:
@@ -12,10 +12,10 @@ on:
jobs:
check-template-files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Check template files not tracked in git
run: |
if git ls-files | grep -q "^uv\.lock$"; then
@@ -28,4 +28,4 @@ jobs:
echo "Disable this test and commit the file once you have cloned this repo for your own use"
exit 1
fi
echo "✓ uv.lock and livekit.toml are correctly not tracked in git"
echo "✓ uv.lock and livekit.toml are correctly not tracked in git"