From 796273051491f59473cd9d18d86173ceb1e85aab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:51:35 +0000 Subject: [PATCH] Update actions/setup-python action to v7 --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0aaa510..07609ca 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,7 +15,7 @@ jobs: uses: "actions/checkout@v6" - name: "Set up Python 3.11" - uses: "actions/setup-python@v6" + uses: "actions/setup-python@v7" with: python-version: '3.14' cache: 'pip'