From 26c71fabc1cac9f3c580dbca1be37cfa20877f54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:00:10 +0000 Subject: [PATCH] Update actions/setup-python action to v6 --- .github/workflows/dep-upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dep-upgrade.yml b/.github/workflows/dep-upgrade.yml index 1c8adfa5f..c2136231d 100644 --- a/.github/workflows/dep-upgrade.yml +++ b/.github/workflows/dep-upgrade.yml @@ -102,7 +102,7 @@ jobs: - name: Setup Python (for ecosystem support) if: hashFiles('requirements.txt') != '' || hashFiles('pyproject.toml') != '' || hashFiles('Pipfile') != '' - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11'