Skip to content

Commit

Permalink
update cache action version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Jun 28, 2023
1 parent ff5c885 commit 339fdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install pipenv
run: python -m pip install --upgrade pipenv
- id: cache-pipenv
uses: actions/cache@v
uses: actions/cache@v3
with:
path: ~/.local/share/virtualenvs/
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
Expand Down

0 comments on commit 339fdcb

Please sign in to comment.