@@ -25,11 +25,11 @@ jobs:
2525 os : [ubuntu-latest, macos-latest, windows-latest]
2626 runs-on : ${{ matrix.os }}
2727 steps :
28- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2929
3030 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 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/
@@ -44,16 +44,16 @@ jobs:
4444 unit-tests :
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
47+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
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
5454 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 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
@@ -71,16 +71,16 @@ jobs:
7171 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
7272 runs-on : ubuntu-latest
7373 steps :
74- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
74+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
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
8181 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # 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
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ubuntu-latest
112112 name : livekit-plugins-${{ matrix.plugin }}
113113 steps :
114- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
114+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
115115
116116 - name : Setup Google credentials
117117 if : matrix.plugin == 'google'
0 commit comments