We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04edde1 + 1c1c550 commit 8b3e10fCopy full SHA for 8b3e10f
.github/workflows/django.yml
@@ -40,7 +40,7 @@ jobs:
40
# The one above caches the wheel files, but still runs the installation for them
41
# While the cache below caches the entire Python directory.
42
- name: Cache pip
43
- uses: actions/cache@v3
+ uses: actions/cache@v4
44
with:
45
path: /opt/hostedtoolcache/Python/3.10.8/x64/ # This path is specific to Ubuntu
46
key: python-${{ hashFiles('requirements/local.txt') }}-${{ hashFiles('requirements/base.txt') }}
0 commit comments