From 194ae3aad6f127ac223c36af9919ca99f564e5e9 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 15 Feb 2024 08:28:38 +0100 Subject: [PATCH 1/2] Bump actions --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 77fa9fea8..3e73acfab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,11 +13,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.11' - name: Install the dependencies run: | python -m pip install -r requirements.txt @@ -26,7 +26,7 @@ jobs: cp README.md content jupyter lite build --contents content --output-dir dist - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v4 with: path: ./dist From d0380e2f48b869ad43179c29afe3b8777365145d Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 15 Feb 2024 08:30:30 +0100 Subject: [PATCH 2/2] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3e73acfab..a37baac77 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: cp README.md content jupyter lite build --contents content --output-dir dist - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: path: ./dist