From e3ebb7cfa86059772c986f4e163b7eb07655678c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 10:09:18 +0000 Subject: [PATCH] Update actions/setup-python action to v5 --- .github/workflows/readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readthedocs.yml b/.github/workflows/readthedocs.yml index 1b3453e..364143f 100644 --- a/.github/workflows/readthedocs.yml +++ b/.github/workflows/readthedocs.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: 3.x