Skip to content

Commit e8933dd

Browse files
chore(deps): update github actions
Generated by renovateBot
1 parent cea762d commit e8933dd

10 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3939
with:
40-
python-version: "3.10"
40+
python-version: "3.14"
4141

4242
- name: Install uv
43-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
43+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4444
with:
4545
enable-cache: true
4646
cache-dependency-glob: "uv.lock"
@@ -78,7 +78,7 @@ jobs:
7878
- name: Set up Python
7979
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
8080
with:
81-
python-version: "3.11"
81+
python-version: "3.14"
8282

8383
- name: Install cibuildwheel
8484
run: |
@@ -121,7 +121,7 @@ jobs:
121121
- name: Set up Python
122122
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
123123
with:
124-
python-version: "3.11"
124+
python-version: "3.14"
125125

126126
- name: Install cibuildwheel
127127
run: |
@@ -165,7 +165,7 @@ jobs:
165165
- name: Set up Python
166166
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
167167
with:
168-
python-version: "3.11"
168+
python-version: "3.14"
169169

170170
- name: Install cibuildwheel
171171
run: |

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818
- name: Install uv
19-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
19+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2020
with:
2121
enable-cache: true
2222
cache-dependency-glob: "uv.lock"
2323

2424
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.14"
2727

2828
- name: Install the project
2929
run: uv sync --all-extras --dev
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5555
- name: Install uv
56-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
56+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
5757
with:
5858
enable-cache: true
5959
cache-dependency-glob: "uv.lock"

.github/workflows/deploy-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Setup Python
117117
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
118118
with:
119-
python-version: "3.12"
119+
python-version: "3.14"
120120

121121
- run: python -m pip install --quiet pyyaml
122122

.github/workflows/download-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1818
with:
19-
python-version: "3.12"
19+
python-version: "3.14"
2020

2121
- name: Generate report
2222
run: python .github/download_stats.py > stats.txt

.github/workflows/evals.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929

3030
- name: Install uv
31-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
31+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3232
with:
3333
enable-cache: true
3434
cache-dependency-glob: "uv.lock"
3535

3636
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3737
with:
38-
python-version: "3.12"
38+
python-version: "3.14"
3939

4040
- name: Install the project
4141
run: uv sync --all-extras --dev

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2121
with:
22-
python-version: "3.12"
22+
python-version: "3.14"
2323

2424
- name: Install uv
25-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
25+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2626
with:
2727
enable-cache: true
2828
cache-dependency-glob: "uv.lock"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Python
6262
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
6363
with:
64-
python-version: "3.10"
64+
python-version: "3.14"
6565

6666
- name: Install dependencies
6767
run: pip install click packaging pyyaml colorama

.github/workflows/test-realtime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
lfs: true
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
34+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3535
with:
3636
version: "latest"
3737

3838
- name: Set up Python
3939
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4040
with:
41-
python-version: "3.12"
41+
python-version: "3.14"
4242

4343
- name: Install dependencies
4444
run: uv sync --all-extras --dev

.github/workflows/test-stt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ jobs:
155155
lfs: true
156156

157157
- name: Install uv
158-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
158+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
159159
with:
160160
version: "latest"
161161

162162
- name: Set up Python
163163
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
164164
with:
165-
python-version: "3.12"
165+
python-version: "3.14"
166166

167167
- name: Install dependencies
168168
run: |

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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/
@@ -46,14 +46,14 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4848
- name: Install uv
49-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
49+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.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
@@ -73,14 +73,14 @@ jobs:
7373
steps:
7474
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7575
- name: Install uv
76-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
76+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.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

0 commit comments

Comments
 (0)