From 7edb5e78713f686fdeb47646b18024d2dc3142d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:51:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v7 --- .github/actions/setup/action.yml | 2 +- .github/workflows/compile-requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 651c6f87..8e751236 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -10,7 +10,7 @@ runs: PYVER=$(bash "$GITHUB_WORKSPACE/.github/find_latest_red_pyver.sh") echo "python-version=$PYVER" >> "$GITHUB_OUTPUT" - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ steps.find_pyver.outputs.python-version }} - name: Install cog dependencies diff --git a/.github/workflows/compile-requirements.yml b/.github/workflows/compile-requirements.yml index 2a3d3e62..fac4d382 100644 --- a/.github/workflows/compile-requirements.yml +++ b/.github/workflows/compile-requirements.yml @@ -26,7 +26,7 @@ jobs: ref: ${{ github.head_ref || github.ref }} - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 - name: Compile requirements run: python3 .github/compile_cog_requirements.py