diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 074079a..acfce3d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.x # Change to your Python version if necessary