From e764b4eb5394010d38cac58d202f5b7d56ae992a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 13:56:09 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v7 --- .github/actions/python/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/python/action.yml b/.github/actions/python/action.yml index b4817b8e..21e30a25 100644 --- a/.github/actions/python/action.yml +++ b/.github/actions/python/action.yml @@ -14,7 +14,7 @@ runs: shell: bash run: pipx install poetry - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version-file: '${{ inputs.workspace }}/.python-version' cache: 'poetry'