diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2a1bf4e..5b34a82 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.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 # Change to your Python version if necessary