From 4e713039b302a69fcbf3be5c2811b196f4b3ede4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:11:27 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v7 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93f5a231..8f604847 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: # Run using Python 3.8 for consistency and aiohttp - name: Set up Python 3.8 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.14' architecture: 'x64'