Skip to content

Commit

Permalink
Merge pull request #406 from HackSoftware/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ependencies/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
RadoRado authored May 27, 2024
2 parents 04edde1 + 1c1c550 commit 8b3e10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# The one above caches the wheel files, but still runs the installation for them
# While the cache below caches the entire Python directory.
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/Python/3.10.8/x64/ # This path is specific to Ubuntu
key: python-${{ hashFiles('requirements/local.txt') }}-${{ hashFiles('requirements/base.txt') }}
Expand Down

0 comments on commit 8b3e10f

Please sign in to comment.