diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b76d9d8..7ce5475d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: - name: Setup Github Pages timeout-minutes: 10 if: ${{ !cancelled() && github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload docs to Github Pages timeout-minutes: 10