From afcdf73660d0dcf11d9d61488f881a7e2af152cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:43:04 +0000 Subject: [PATCH] Update actions/setup-python action to v7 --- .github/workflows/mkdocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mkdocs.yaml b/.github/workflows/mkdocs.yaml index 0f29b23..d002394 100644 --- a/.github/workflows/mkdocs.yaml +++ b/.github/workflows/mkdocs.yaml @@ -11,7 +11,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Setup Python 3.x - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: 3.x - name: Install dependencies