diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ac3e6e69..cdf0ceb5 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 # full history for any git-revision-date plugin - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12" cache: pip