diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6cc8770..62d0496 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Set up Python runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_VERSION }}