We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4464920 commit 23be995Copy full SHA for 23be995
.github/workflows/django-ci.yml
@@ -44,7 +44,7 @@ jobs:
44
python-version: '3.13.1'
45
46
- name: Cache Poetry dependencies
47
- uses: actions/cache@v3
+ uses: actions/cache@v4
48
with:
49
path: ~/.cache/pypoetry
50
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
0 commit comments