From 1fb71e706552254c6d44d5314c6a473ad3ae8aef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 03:09:39 +0000 Subject: [PATCH] chore(deps): [GHA] Update actions/setup-python action to v7 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0b6f021..79213f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v7 - name: Setup python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: "Setup python ${{ env.PYTHON_VERSION }}" - uses: "actions/setup-python@v6" + uses: "actions/setup-python@v7" with: python-version: "${{ env.PYTHON_VERSION }}" cache: "pip"