Skip to content

Commit 0e080a3

Browse files
committed
Update cache to v4
1 parent 82cba34 commit 0e080a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: "3.11"
1414
- run: pip install pipenv
1515
- name: Cache virtualenvs
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.local/share/virtualenvs/
1919
key: ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-pipenv-${{ hashFiles('Pipfile.lock') }}

0 commit comments

Comments
 (0)