We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cba34 commit 0e080a3Copy full SHA for 0e080a3
1 file changed
.github/workflows/lint_and_test.yaml
@@ -13,7 +13,7 @@ jobs:
13
python-version: "3.11"
14
- run: pip install pipenv
15
- name: Cache virtualenvs
16
- uses: actions/cache@v2
+ uses: actions/cache@v4
17
with:
18
path: ~/.local/share/virtualenvs/
19
key: ${{ runner.os }}-python-${{ steps.setup-python.outputs.python-version }}-pipenv-${{ hashFiles('Pipfile.lock') }}
0 commit comments