Skip to content

Commit

Permalink
ci: 👷 update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Oct 21, 2024
1 parent a32c947 commit 935551b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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') }}
Expand Down

0 comments on commit 935551b

Please sign in to comment.