Skip to content

Commit 23be995

Browse files
chore(deps): update actions/cache action to v4
1 parent 4464920 commit 23be995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python-version: '3.13.1'
4545

4646
- name: Cache Poetry dependencies
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: ~/.cache/pypoetry
5050
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)