From 5dd4b7d5115c47e6e7e86ff1e07d7f33c2b263d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:40:38 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11aa41f..1051261 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 - env: GH_TOKEN: ${{ secrets.GH_TOKEN }} name: Install dependencies @@ -100,7 +100,7 @@ jobs: with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 - env: GH_TOKEN: ${{ secrets.GH_TOKEN }} name: Install dependencies