Skip to content

Commit

Permalink
ci: update actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo authored Dec 13, 2024
1 parent 9aa93b5 commit 4cd8533
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
installer-parallel: true

- name: Load cached venv
uses: actions/cache@v2
uses: actions/cache@v4
id: cached-poetry-dependencies
with:
path: .venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
installer-parallel: true

- name: Load cached venv
uses: actions/cache@v2
uses: actions/cache@v4
id: cached-poetry-dependencies
with:
path: .venv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
installer-parallel: true

- name: Load cached venv
uses: actions/cache@v2
uses: actions/cache@v4
id: cached-poetry-dependencies
with:
path: .venv
Expand Down

0 comments on commit 4cd8533

Please sign in to comment.