Skip to content

Commit 3ccdb34

Browse files
authoredMay 27, 2024··
Merge pull request #407 from HackSoftware/dependencies
Dependencies
2 parents 04edde1 + 0a580bc commit 3ccdb34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/django.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3030
steps:
3131
- uses: actions/checkout@v4
32-
- uses: actions/setup-python@v4
32+
- uses: actions/setup-python@v5
3333
with:
3434
python-version: 3.10.8
3535
cache: "pip"
@@ -40,7 +40,7 @@ jobs:
4040
# The one above caches the wheel files, but still runs the installation for them
4141
# While the cache below caches the entire Python directory.
4242
- name: Cache pip
43-
uses: actions/cache@v3
43+
uses: actions/cache@v4
4444
with:
4545
path: /opt/hostedtoolcache/Python/3.10.8/x64/ # This path is specific to Ubuntu
4646
key: python-${{ hashFiles('requirements/local.txt') }}-${{ hashFiles('requirements/base.txt') }}

0 commit comments

Comments
 (0)
Please sign in to comment.