Skip to content

Commit 9f61fda

Browse files
chore(deps): bump actions/cache from 3 to 4 (#74)
1 parent e521357 commit 9f61fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
poetry config virtualenvs.create true --local
102102
poetry config virtualenvs.in-project true --local
103-
- uses: actions/cache@v3
103+
- uses: actions/cache@v4
104104
name: Define a cache for the virtual environment based on the dependencies lock file
105105
with:
106106
path: ./.venv

0 commit comments

Comments
 (0)