From 2a07107679f1e90f9a80d92960d6c966898bf8c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:19:44 +0000 Subject: [PATCH] Update github workflows Generated by renovateBot --- .github/workflows/build-api.yml | 2 +- .github/workflows/build-protocol.yml | 4 ++-- .github/workflows/build-rtc.yml | 6 +++--- .github/workflows/check-types.yml | 6 +++--- .github/workflows/publish.yml | 12 ++++++------ .github/workflows/ruff.yml | 6 +++--- .github/workflows/test-api.yml | 6 +++--- .github/workflows/tests.yml | 4 ++-- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/build-api.yml b/.github/workflows/build-api.yml index 443e92e2..9ad8fcdf 100644 --- a/.github/workflows/build-api.yml +++ b/.github/workflows/build-api.yml @@ -30,7 +30,7 @@ jobs: with: submodules: true - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 - name: Build wheel & sdist run: | diff --git a/.github/workflows/build-protocol.yml b/.github/workflows/build-protocol.yml index 4b6db67a..1bae337d 100644 --- a/.github/workflows/build-protocol.yml +++ b/.github/workflows/build-protocol.yml @@ -33,7 +33,7 @@ jobs: submodules: true ref: ${{ github.event.pull_request.head.ref }} - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 - name: Install Protoc # protoc 29.x emits gencode 5.x. Do NOT bump to 30+ (gencode 6+): the @@ -67,7 +67,7 @@ jobs: with: submodules: true - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 - name: Build wheel & sdist run: | diff --git a/.github/workflows/build-rtc.yml b/.github/workflows/build-rtc.yml index 0595a993..90fb7eef 100644 --- a/.github/workflows/build-rtc.yml +++ b/.github/workflows/build-rtc.yml @@ -33,7 +33,7 @@ jobs: submodules: true ref: ${{ github.event.pull_request.head.ref }} - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 - name: Install Protoc uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3 @@ -79,10 +79,10 @@ jobs: with: submodules: true - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 id: setup-python with: - python-version: "3.11" + python-version: "3.14" - name: Build wheels run: pipx run --python '${{ steps.setup-python.outputs.python-path }}' cibuildwheel==3.3.1 --output-dir dist diff --git a/.github/workflows/check-types.yml b/.github/workflows/check-types.yml index df25a730..2a3c2112 100644 --- a/.github/workflows/check-types.yml +++ b/.github/workflows/check-types.yml @@ -18,12 +18,12 @@ jobs: submodules: recursive - name: Set up Python 3.9 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: - python-version: 3.9 + python-version: 3.14 - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true cache-dependency-glob: "uv.lock" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c2a04cae..bf3a2f72 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,9 +66,9 @@ jobs: fi - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: - python-version: "3.10" + python-version: "3.14" - name: Install dependencies run: pip install click packaging @@ -221,10 +221,10 @@ jobs: with: submodules: true - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 id: setup-python with: - python-version: "3.11" + python-version: "3.14" - name: Build wheels run: pipx run --python '${{ steps.setup-python.outputs.python-path }}' cibuildwheel==3.3.1 --output-dir dist @@ -295,7 +295,7 @@ jobs: with: submodules: true - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 - name: Build wheel & sdist run: | @@ -344,7 +344,7 @@ jobs: with: submodules: true - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 - name: Build wheel & sdist run: | diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 6a21718f..4daa96f3 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -5,12 +5,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: - python-version: "3.9" + python-version: "3.14" - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true cache-dependency-glob: "uv.lock" diff --git a/.github/workflows/test-api.yml b/.github/workflows/test-api.yml index de281874..8e1d3d9b 100644 --- a/.github/workflows/test-api.yml +++ b/.github/workflows/test-api.yml @@ -40,12 +40,12 @@ jobs: with: submodules: true - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: - python-version: "3.12" + python-version: "3.14" - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: Install livekit-api (without livekit-rtc) run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 888aa168..fd073a7d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,13 +37,13 @@ jobs: submodules: true lfs: true - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6 with: python-version: ${{ inputs.python-version }} allow-prereleases: true - name: Install uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true cache-dependency-glob: "uv.lock"