Skip to content

Commit

Permalink
change version of actions/cache in both book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seohyonkim committed Feb 18, 2025
1 parent b54355a commit 4d4af06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uv pip install --system jupyter-book jupytext beautifulsoup4
- name: Cache jupyter-cache folder
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: jupyter-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: pip install --upgrade jupyter-book jupytext beautifulsoup4

- name: Cache jupyter-cache folder
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: jupyter-cache
with:
Expand Down

0 comments on commit 4d4af06

Please sign in to comment.