From c6850f2263c50becc839b60ec25e8d33285b6168 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:38:38 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v7 --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 6f00f92..9aabe99 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python id: setup-python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 - name: Run pre-commit checks id: pre-commit