From a2f3913fe5bd2f1bb06ee3eb8137f0008df3c0f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 18:57:17 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 03dabd826..e3575eb98 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -53,7 +53,7 @@ jobs: fetch-depth: 0 # Fetch all history for git info and mkdocs-git-revision-date plugin - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13' cache: 'pip'