From 26bae0536e58308dff227957315a560325249079 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 04:45:20 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/_async_docstrings_check.yaml | 2 +- .github/workflows/build_and_deploy_docs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_async_docstrings_check.yaml b/.github/workflows/_async_docstrings_check.yaml index 02e67a4c..013cedcd 100644 --- a/.github/workflows/_async_docstrings_check.yaml +++ b/.github/workflows/_async_docstrings_check.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env.PYTHON_VERSION }} diff --git a/.github/workflows/build_and_deploy_docs.yaml b/.github/workflows/build_and_deploy_docs.yaml index ddd4b930..ce142dff 100644 --- a/.github/workflows/build_and_deploy_docs.yaml +++ b/.github/workflows/build_and_deploy_docs.yaml @@ -50,7 +50,7 @@ jobs: git push - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ env.PYTHON_VERSION }}