We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04edde1 + 0a580bc commit 3ccdb34Copy full SHA for 3ccdb34
.github/workflows/django.yml
@@ -29,7 +29,7 @@ jobs:
29
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
30
steps:
31
- uses: actions/checkout@v4
32
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
33
with:
34
python-version: 3.10.8
35
cache: "pip"
@@ -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
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