Skip to content

Commit 733cb0e

Browse files
chore(deps): update github actions
Generated by renovateBot
1 parent a359dca commit 733cb0e

11 files changed

Lines changed: 33 additions & 33 deletions

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
runs-on: ubuntu-latest
3030
if: inputs.package != 'livekit-blockguard' && inputs.package != 'livekit-durable'
3131
steps:
32-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
32+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3333
with:
3434
submodules: true
3535
lfs: true
3636

3737
- name: Set up Python
3838
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3939
with:
40-
python-version: "3.10"
40+
python-version: "3.14"
4141

4242
- name: Install uv
4343
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
@@ -73,12 +73,12 @@ jobs:
7373
run:
7474
working-directory: livekit-plugins/livekit-durable
7575
steps:
76-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
76+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7777

7878
- name: Set up Python
7979
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
8080
with:
81-
python-version: "3.11"
81+
python-version: "3.14"
8282

8383
- name: Install cibuildwheel
8484
run: |
@@ -116,12 +116,12 @@ jobs:
116116
run:
117117
working-directory: livekit-plugins/livekit-blockguard
118118
steps:
119-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
119+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
120120

121121
- name: Set up Python
122122
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
123123
with:
124-
python-version: "3.11"
124+
python-version: "3.14"
125125

126126
- name: Install cibuildwheel
127127
run: |

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ruff:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
17+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1818
- name: Install uv
1919
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2020
with:
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
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
@@ -51,7 +51,7 @@ jobs:
5151
python-version: ["3.10", "3.13"]
5252

5353
steps:
54-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
54+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5555
- name: Install uv
5656
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
5757
with:

.github/workflows/data-capture-sim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
29+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3030

3131
- name: Install uv
3232
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3838
with:
39-
python-version: "3.12"
39+
python-version: "3.14"
4040

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

.github/workflows/deploy-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
example: [healthcare, survey, frontdesk, drive_thru, inference, avatar, hotel_receptionist, expressive_agent]
2626
steps:
27-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
27+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2828
with:
2929
ref: ${{ inputs.ref || github.ref }}
3030
# Fetch Git-LFS assets (e.g. examples/drive_thru/bg_noise.mp3) so the

.github/workflows/download-stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
stats:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1616

1717
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
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
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
name: ${{ matrix.example }}
2727
steps:
28-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
28+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2929

3030
- name: Install uv
3131
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
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
@@ -11,15 +11,15 @@ jobs:
1111
docs:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1515
with:
1616
submodules: true
1717
lfs: true
1818

1919
- name: Set up Python
2020
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2121
with:
22-
python-version: "3.12"
22+
python-version: "3.14"
2323

2424
- name: Install uv
2525
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
&& !startsWith(inputs.version, 'republish')
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
44+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4545
with:
4646
ref: ${{ inputs.branch }}
4747

@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Python
6262
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
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
@@ -142,7 +142,7 @@ jobs:
142142
outputs:
143143
packages: ${{ steps.list.outputs.packages }}
144144
steps:
145-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
145+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
146146
with:
147147
ref: ${{ inputs.branch || github.event.pull_request.merge_commit_sha }}
148148

@@ -182,7 +182,7 @@ jobs:
182182
&& github.event.pull_request.merged == true
183183
runs-on: ubuntu-latest
184184
steps:
185-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
185+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
186186
with:
187187
ref: ${{ github.event.pull_request.merge_commit_sha }}
188188

.github/workflows/test-realtime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
28+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2929
with:
3030
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.branch != '' && github.event.inputs.branch || github.ref }}
3131
lfs: true
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python
3939
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
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
@@ -148,7 +148,7 @@ jobs:
148148

149149
steps:
150150
- name: Checkout repository
151-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
151+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
152152
with:
153153
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.branch != '' && github.event.inputs.branch || github.ref }}
154154
fetch-depth: 0
@@ -162,7 +162,7 @@ jobs:
162162
- name: Set up Python
163163
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
164164
with:
165-
python-version: "3.12"
165+
python-version: "3.14"
166166

167167
- name: Install dependencies
168168
run: |

0 commit comments

Comments
 (0)