From 56a6c61f37701c14d9e7444edc5817d99d4f717d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:12:58 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v7 --- .github/workflows/on-push-to-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-push-to-main.yml b/.github/workflows/on-push-to-main.yml index 9d56671..af9509f 100644 --- a/.github/workflows/on-push-to-main.yml +++ b/.github/workflows/on-push-to-main.yml @@ -23,7 +23,7 @@ jobs: node-version: 'lts/*' - name: Set up Python 3.9 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.14