diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 99e0441c5..befcb6944 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: "Set up Python 3.7" - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: '3.7' # Semantic version range syntax or exact version of a Python version