From 935551b9c4c4626b63b73321a812c5737bbb18f4 Mon Sep 17 00:00:00 2001 From: ivaquero Date: Mon, 21 Oct 2024 18:24:27 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20update=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 55983ac..98e13b2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: # Install dependencies - name: Set up Python 3.11 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.11 @@ -38,7 +38,7 @@ jobs: # execute: # execute_notebooks: cache - name: cache executed notebooks - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: _build/.jupyter_cache key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}