2727 steps :
2828 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2929
30- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
30+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3131 with :
32- python-version : " 3.12 "
32+ python-version : " 3.14 "
3333
3434 - name : Build and install blockguard
3535 run : pip install livekit-plugins/livekit-blockguard/
@@ -46,14 +46,14 @@ jobs:
4646 steps :
4747 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4848 - name : Install uv
49- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
49+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
5050 with :
5151 enable-cache : true
5252 cache-dependency-glob : " uv.lock"
5353
54- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
54+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
5555 with :
56- python-version : " 3.12 "
56+ python-version : " 3.14 "
5757
5858 - name : Install the project
5959 run : uv sync --all-extras --dev
@@ -73,14 +73,14 @@ jobs:
7373 steps :
7474 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
7575 - name : Install uv
76- uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
76+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
7777 with :
7878 enable-cache : true
7979 cache-dependency-glob : " uv.lock"
8080
81- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
81+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
8282 with :
83- python-version : " 3.12 "
83+ python-version : " 3.14 "
8484
8585 - name : Install the project
8686 run : uv sync --all-extras --dev
0 commit comments