From 49e939e0689c1e8cbee684cdf63806b775ff4c28 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Jul 2026 23:36:26 +0000 Subject: [PATCH 1/2] Initial plan From 959e220fdf35c27e40cbf62618cec6bc3a640283 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Jul 2026 23:37:59 +0000 Subject: [PATCH 2/2] Fix gh-pages.yml: update Python to 3.10 and action versions --- .github/workflows/gh-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index db2c565..693c96b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,10 +12,10 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.9] + python-version: ['3.10'] steps: - - uses: actions/checkout@v3 - - uses: conda-incubator/setup-miniconda@v2 + - uses: actions/checkout@v4 + - uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} mamba-version: "*"