From 4af7b585545e386ffeac9fedded03a484fe453b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 23:48:08 +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 4f91d93..943a209 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: ref: ${{ github.head_ref }} - name: Set up python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 - name: Run pre-commit on codebase uses: pre-commit/action@v3.0.1 @@ -204,7 +204,7 @@ jobs: uses: ./.github/actions/setup-vcpkg - name: Set up python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.x