Skip to content

Commit e9f9d65

Browse files
renovate[bot]egvimo
authored andcommitted
chore(deps): update actions/cache action to v4
1 parent f27b36d commit e9f9d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: pip install pipenv
2525

2626
- name: Cache virtual environment
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/.local/share/virtualenvs
3030
key: ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-pipenv-${{ hashFiles('Pipfile.lock') }}

0 commit comments

Comments
 (0)