From 402a4955eb9d259417dffb82fdeb02225519de78 Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Fri, 7 Jun 2024 09:11:17 +0100 Subject: [PATCH] Update dependencies (#38) --- .github/workflows/deploy.yml | 10 +++++----- build-environment.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e758721..35ba349 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,14 +16,14 @@ jobs: uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.12' - name: Install mamba uses: mamba-org/setup-micromamba@v1 with: - micromamba-version: '1.5.0-0' + micromamba-version: '1.5.8-0' environment-file: build-environment.yml cache-environment: true @@ -34,7 +34,7 @@ jobs: jupyter lite build --contents content --output-dir dist - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: ./dist @@ -53,4 +53,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 diff --git a/build-environment.yml b/build-environment.yml index d8b66f1..e92e817 100644 --- a/build-environment.yml +++ b/build-environment.yml @@ -5,5 +5,5 @@ dependencies: - python - pip - jupyter_server - - jupyterlite-core >=0.2.0,<0.3.0 + - jupyterlite-core >=0.3.0,<0.4.0 - jupyterlite-xeus>=0.1.2,<0.2