From 194ae3aad6f127ac223c36af9919ca99f564e5e9 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 15 Feb 2024 08:28:38 +0100 Subject: [PATCH] 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