diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 96bc224..6b0ebe3 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -26,7 +26,7 @@ jobs: sudo apt-get install qtbase5-dev - uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.arch }}